File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ jobs:
1919 # destinations: |
2020 # platform=iOS Simulator,name=iPhone 14 Pro,OS=16.4
2121 # platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2
22- - name : ' iOS 17.5 and 18.1 with Xcode 15.4 on macOS 14'
22+ - name : ' Xcode 16.2 on macOS 14'
2323 runs-on : macos-14
2424 xcode : ' 16.2'
2525 destinations : |
26- platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5
27- platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1
26+ platform=iOS Simulator,OS=18.1
2827 steps :
2928 - uses : actions/checkout@v4
3029 - name : Select Xcode
3433 - name : iOS Tests
3534 working-directory : TestingHost
3635 run : |
36+ sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg -target /
3737 while IFS= read -r destination; do
3838 echo "Testing on $destination"
3939 xcodebuild test \
You can’t perform that action at this time.
0 commit comments