We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a278cc commit ae0461bCopy full SHA for ae0461b
.github/workflows/build.yml
@@ -274,7 +274,7 @@ jobs:
274
mac:
275
# Mac is 10x expensive to run on GitHub machines, so only run if we know something else passed as well
276
needs: windows_clang
277
- runs-on: macos-13
+ runs-on: macos-14
278
timeout-minutes: 30
279
strategy:
280
matrix:
@@ -305,7 +305,7 @@ jobs:
305
306
307
name: ${{ matrix.CMAKE_SYSTEM_NAME }}
308
309
310
311
0 commit comments