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 794ce0d commit 39f4817Copy full SHA for 39f4817
.github/workflows/job-cmakebuild-macOS.yml
@@ -18,7 +18,7 @@ on:
18
jobs:
19
cmake-build:
20
name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
21
- runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-latest' }}
+ runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-14' }}
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v4
0 commit comments