We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebd746 commit ccdf83bCopy full SHA for ccdf83b
.github/workflows/macos.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build-macos:
7
name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}}
8
- runs-on: macos-12
+ runs-on: macos-latest
9
permissions:
10
actions: read
11
contents: read
0 commit comments