Skip to content

Commit 7333cac

Browse files
committed
Disable Windows CI until compnerd/swift-build#909 is resolved
1 parent 310b345 commit 7333cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
2828
windows:
2929
runs-on: windows-latest
30+
# disabled until https://github.com/compnerd/swift-build/issues/909 is fixed
31+
if: false
3032
steps:
3133
- uses: compnerd/gha-setup-swift@main
3234
with:

0 commit comments

Comments
 (0)