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 4bd6408 commit 828d5caCopy full SHA for 828d5ca
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Select Xcode ${{ matrix.xcode }}
149
run: sudo xcodes select ${{ matrix.xcode }}
150
151
- - if: ${{ matrix.xcode == '26.0' }}
+ - if: ${{ matrix.xcode == '26.0' && matrix.platform[0] != 'macOS' }}
152
name: Install 2026 Runtime
153
run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
154
0 commit comments