Skip to content

Commit

Permalink
ci(macos): switch to macos-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 18, 2024
1 parent 6c5c692 commit 4d2dee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-macos:
name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}}
runs-on: macos-12
runs-on: macos-13
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 4d2dee9

Please sign in to comment.