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 dbbb02f commit ce84593Copy full SHA for ce84593
.github/workflows/ci.yml
@@ -38,7 +38,13 @@ jobs:
38
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
39
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
40
41
- - if: matrix.platform == 'iOS' || matrix.platform == 'tvOS'
+ - if: matrix.swift == '6.2' && matrix.platform != 'mac-catalyst'
42
+ name: Select Xcode version
43
+ run: |
44
+ sudo xcodes select 26.0
45
+ xcodebuild -downloadPlatform ${{ matrix.runtime }}
46
+
47
+ - if: matrix.platform != 'mac-catalyst'
48
name: Create Simulator
49
run: |
50
sudo xcodes select 26.0
0 commit comments