Skip to content

Commit

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: macos-latest
- os: macos-13
python-version: '3.12'

steps:
Expand Down

0 comments on commit bceecbe

Please sign in to comment.