Skip to content

Commit

Permalink
ci: macos-latest is changing to macos-14 ARM runners (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 3, 2024
1 parent 59b87e5 commit 2def121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-13, windows-latest]

include:
- python-version: pypy-3.8
Expand Down

0 comments on commit 2def121

Please sign in to comment.