Skip to content

Commit ae84355

Browse files
committed
test4
1 parent 27015c1 commit ae84355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
restore-keys: ${{ runner.os }}-cmake-${{ matrix.config.name }}-ccache
216216

217217
- name: Set Xcode Version
218-
if: matrix.config.os == 'macos-15*'
218+
if: matrix.config.os == 'macos-15'
219219
uses: maxim-lobanov/setup-xcode@v1
220220
with:
221221
xcode-version: '15.0.1'
@@ -345,7 +345,7 @@ jobs:
345345
restore-keys: ${{ runner.os }}-${{ matrix.config.id }}-native-ccache
346346

347347
- name: Set Xcode Version
348-
if: matrix.config.os == 'macos-15*'
348+
if: matrix.config.os == 'macos-15'
349349
uses: maxim-lobanov/setup-xcode@v1
350350
with:
351351
xcode-version: '15.0.1'

0 commit comments

Comments
 (0)