Skip to content

Commit

Permalink
ci: Add Apple silicon based macos-latest to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 13, 2024
1 parent 55262e5 commit cdfa5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
runs-on: [ubuntu-latest, macos-13]
runs-on: [ubuntu-latest, macos-13, macos-latest]
arch: [auto64]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-13, macos-latest]
python: [312]
arch: [auto64]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python: [38, 39, 310, 311, 312]
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-13, macos-latest]
arch: [auto64]
include:
- python: 38
Expand Down

0 comments on commit cdfa5a1

Please sign in to comment.