Skip to content

Commit

Permalink
ci: switch to macOS-latest from deprecated macOS-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 10, 2025
1 parent f74b037 commit 8f9483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-11]
os: [ubuntu-latest, windows-latest, macOS-latest]
python_version: [3.9]

steps:
Expand Down

0 comments on commit 8f9483d

Please sign in to comment.