Skip to content

Commit 5770e40

Browse files
authored
Remove Windows build configuration from ci.yml
We can't support it unfortunately, and it's broken over time on most of our repos.
1 parent 7bca250 commit 5770e40

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,6 @@ jobs:
6060
- name: Build
6161
run: swift build --swift-sdk wasm32-unknown-wasi -Xlinker -z -Xlinker stack-size=$((1024 * 1024))
6262

63-
windows:
64-
name: Windows
65-
strategy:
66-
matrix:
67-
os: [windows-latest]
68-
config: ['debug', 'release']
69-
runs-on: ${{ matrix.os }}
70-
steps:
71-
- uses: compnerd/gha-setup-swift@main
72-
with:
73-
branch: swift-5.10-release
74-
tag: 5.10-RELEASE
75-
- uses: actions/checkout@v4
76-
- name: Build All Configurations
77-
run: swift build -c ${{ matrix.config }}
78-
- name: Run tests (debug only)
79-
run: swift test
80-
8163
android:
8264
name: Android (Swift 6.0.2)
8365
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)