File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
timeout-minutes : 30
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - name : " Test Swift Package Locally "
17
+ - name : " Test Swift Package on Linux "
18
18
run : swift test
19
19
- name : " Test Swift Package on Android"
20
20
uses : skiptools/swift-android-action@v2
24
24
timeout-minutes : 30
25
25
steps :
26
26
- uses : actions/checkout@v4
27
- - name : " Test Swift Package Locally "
27
+ - name : " Test Swift Package on macOS "
28
28
run : swift test
29
29
- name : " Test Swift Package on iOS"
30
- run : xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15 " -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
30
+ run : xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 16 " -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
31
31
You can’t perform that action at this time.
0 commit comments