Skip to content

Commit 64a5158

Browse files
committed
1 parent 20468cc commit 64a5158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 30
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: "Test Swift Package Locally"
17+
- name: "Test Swift Package on Linux"
1818
run: swift test
1919
- name: "Test Swift Package on Android"
2020
uses: skiptools/swift-android-action@v2
@@ -24,8 +24,8 @@ jobs:
2424
timeout-minutes: 30
2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: "Test Swift Package Locally"
27+
- name: "Test Swift Package on macOS"
2828
run: swift test
2929
- 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]')"
3131

0 commit comments

Comments
 (0)