Skip to content

Commit

Permalink
Switch the MacOS runner to macos-14
Browse files Browse the repository at this point in the history
Thanks to Twitter, learned about the new M1 runners, and such a small change is even doable on my phone 😀
  • Loading branch information
iustin authored Feb 5, 2024
1 parent 9e23084 commit 2c683f4
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 @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-14]
python-version:
- '3.7'
- '3.8'
Expand Down

0 comments on commit 2c683f4

Please sign in to comment.