Skip to content

Commit

Permalink
ci: macos-latest now points at macos-14, which is ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Apr 26, 2024
1 parent e6aeaf6 commit 5085d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.8", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
include:
- python-version: 'pypy-3.8'
os: ubuntu-latest
Expand Down

0 comments on commit 5085d23

Please sign in to comment.