Skip to content

Commit f008b2b

Browse files
committed
Try to bump Windows CI to 2022 to work around compnerd/gha-setup-swift#45
1 parent d48942c commit f008b2b

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
@@ -26,12 +26,12 @@ jobs:
2626
- name: "Test Swift Package iOS"
2727
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=$(xcrun simctl list devices --json | jq -r '.devices | to_entries[] | .value[] | select(.availability == "(available)" or .isAvailable == true) | .name' | grep -E '^iPhone [0-9]+$' | sort -V | tail -n 1)" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
2828
windows:
29-
runs-on: windows-2019
29+
runs-on: windows-2022
3030
steps:
3131
- uses: compnerd/gha-setup-swift@main
3232
with:
33-
branch: swift-5.9-release
34-
tag: 5.9-RELEASE
33+
branch: swift-6.1-release
34+
tag: 6.1-RELEASE
3535
- uses: actions/checkout@v4
3636
- run: swift test
3737

0 commit comments

Comments
 (0)