Skip to content

Commit

Permalink
Add comment explaining macos-latest is Apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 24, 2024
1 parent bceecbe commit c004bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
# macos-latest runners are Apple silicon
- os: macos-13
python-version: '3.12'
# Apple silicon runner
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-latest runners are Apple silicon
os: [ubuntu-latest, macos-13]
python-version: ['3.12']

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
# macos-latest runners are Apple silicon
- os: macos-13
python-version: '3.12'

Expand Down

0 comments on commit c004bf8

Please sign in to comment.