We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b899b0 commit 13b6a29Copy full SHA for 13b6a29
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Test Swift Package iOS"
27
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
28
windows:
29
- runs-on: windows-latest
+ runs-on: windows-2019
30
steps:
31
- uses: compnerd/gha-setup-swift@main
32
with:
0 commit comments