Skip to content

Commit 828d5ca

Browse files
committed
CI
1 parent 4bd6408 commit 828d5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Select Xcode ${{ matrix.xcode }}
149149
run: sudo xcodes select ${{ matrix.xcode }}
150150

151-
- if: ${{ matrix.xcode == '26.0' }}
151+
- if: ${{ matrix.xcode == '26.0' && matrix.platform[0] != 'macOS' }}
152152
name: Install 2026 Runtime
153153
run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
154154

0 commit comments

Comments
 (0)