Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 4, 2024
1 parent 8e32626 commit d3997d9
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-latest]
runs-on: [ubuntu-latest, macos-13]
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-latest]
os: [ubuntu-latest, macos-13]
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-latest]
os: [ubuntu-latest, macos-13]
arch: [auto64]
include:
- python: 38
Expand Down

0 comments on commit d3997d9

Please sign in to comment.