Skip to content

Commit

Permalink
Change Mac github runner to MacOS13 instead of MacOS12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorro666 committed Oct 15, 2024
1 parent 019bf37 commit d09235f
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 @@ -298,7 +298,7 @@ jobs:
macOS:
name: Mac
needs: [commit-msg, clang-format]
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d09235f

Please sign in to comment.