Skip to content

Commit 13b6a29

Browse files
committed
Use windows-2019
1 parent 6b899b0 commit 13b6a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Test Swift Package iOS"
2727
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
2828
windows:
29-
runs-on: windows-latest
29+
runs-on: windows-2019
3030
steps:
3131
- uses: compnerd/gha-setup-swift@main
3232
with:

0 commit comments

Comments
 (0)