Skip to content

Commit

Permalink
Replace deprecated usage of macos-12 with macos-13 runner on GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Oct 22, 2024
1 parent 70eebe6 commit 07ca6bd
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 @@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
arch: [auto]
include:
- os: ubuntu-22.04
Expand Down

0 comments on commit 07ca6bd

Please sign in to comment.