We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27015c1 commit ae84355Copy full SHA for ae84355
.github/workflows/build-and-test.yml
@@ -215,7 +215,7 @@ jobs:
215
restore-keys: ${{ runner.os }}-cmake-${{ matrix.config.name }}-ccache
216
217
- name: Set Xcode Version
218
- if: matrix.config.os == 'macos-15*'
+ if: matrix.config.os == 'macos-15'
219
uses: maxim-lobanov/setup-xcode@v1
220
with:
221
xcode-version: '15.0.1'
@@ -345,7 +345,7 @@ jobs:
345
restore-keys: ${{ runner.os }}-${{ matrix.config.id }}-native-ccache
346
347
348
349
350
351
0 commit comments