Skip to content

Commit ce84593

Browse files
committed
WIP
1 parent dbbb02f commit ce84593

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ jobs:
3838
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
3939
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
4040
41-
- if: matrix.platform == 'iOS' || matrix.platform == 'tvOS'
41+
- 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'
4248
name: Create Simulator
4349
run: |
4450
sudo xcodes select 26.0

0 commit comments

Comments
 (0)