Skip to content

Commit

Permalink
Switch to use latest vs 14 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe authored Dec 9, 2024
1 parent 83e16d4 commit 9249823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: build py3.${{ matrix.python-version }} on ${{ matrix.platform || matrix.os.base }}-${{ matrix.os.version }}
strategy:
fail-fast: true
# NOTE: In the matrix below, we call out macos 13 and 14 explicitly. This is to enable running on both Intel and Apple Silicon for Mac.
# As of this writing, MacOS 13 is Intel and MacOS 14 is Apple Silicon. Ideally, the Apple transition to their new chip occurs fast and
# NOTE: In the matrix below, we call out macos 13 and latest (> 13) explicitly. This is to enable running on both Intel and Apple Silicon for Mac.
# As of this writing, MacOS 13 is Intel and MacOS 14 and above is Apple Silicon. Ideally, the Apple transition to their new chip occurs fast and
# we can drop macos-13 checks and then just use 'latest'.
matrix:
os:
Expand All @@ -18,7 +18,7 @@ jobs:
version: '13'
arch: 'x86_64'
- base: macos
version: '14'
version: 'latest'
arch: 'arm64'
- base: windows
version: latest
Expand Down

0 comments on commit 9249823

Please sign in to comment.