Skip to content

Commit

Permalink
ci: switch runner to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Feb 2, 2025
1 parent 95432ba commit 143a62d
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:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macOS-11]
os: [ubuntu-20.04, windows-latest, macOS-13]
python_version: [3.9]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 143a62d

Please sign in to comment.