Skip to content

Commit 9eaf507

Browse files
authored
Remove Windows CI (#84)
* Remove Windows CI We'd love to integrate against Windows, but we don't really have the bandwidth or experience to troubleshoot the failures we've started getting. * Update ci.yml
1 parent 322d9ff commit 9eaf507

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ jobs:
3535
- name: Run tests (release)
3636
run: swift test -c release --parallel
3737

38-
windows:
39-
name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
40-
strategy:
41-
matrix:
42-
os: [windows-latest]
43-
config: ['debug', 'release']
44-
fail-fast: false
45-
runs-on: ${{ matrix.os }}
46-
steps:
47-
- uses: compnerd/gha-setup-swift@main
48-
with:
49-
branch: swift-5.10-release
50-
tag: 5.10-RELEASE
51-
- uses: actions/checkout@v4
52-
- name: Build
53-
run: swift build -c ${{ matrix.config }}
54-
- name: Run tests (debug only)
55-
if: ${{ matrix.config == 'debug' }}
56-
run: swift test
38+
# windows:
39+
# name: Windows (Swift ${{ matrix.swift }}, ${{ matrix.config }})
40+
# strategy:
41+
# matrix:
42+
# os: [windows-latest]
43+
# config: ['debug', 'release']
44+
# fail-fast: false
45+
# runs-on: ${{ matrix.os }}
46+
# steps:
47+
# - uses: compnerd/gha-setup-swift@main
48+
# with:
49+
# branch: swift-5.10-release
50+
# tag: 5.10-RELEASE
51+
# - uses: actions/checkout@v4
52+
# - name: Build
53+
# run: swift build -c ${{ matrix.config }}
54+
# - name: Run tests (debug only)
55+
# if: ${{ matrix.config == 'debug' }}
56+
# run: swift test
5757

5858
android:
5959
name: Android (Swift 6.0.2)
@@ -97,4 +97,4 @@ jobs:
9797
with:
9898
api-level: 29
9999
arch: x86_64
100-
script: ~/test-toolchain.sh
100+
script: ~/test-toolchain.sh

0 commit comments

Comments
 (0)