Skip to content

Commit 4691790

Browse files
committed
Enable windows builds to match unit test config
1 parent 11cc17f commit 4691790

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
release-builds:
6767
name: Release builds
6868
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
69+
with:
70+
windows_6_0_enabled: true
71+
windows_6_1_enabled: true
72+
windows_nightly_6_1_enabled: true
73+
windows_nightly_main_enabled: true

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ jobs:
7070
release-builds:
7171
name: Release builds
7272
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
73+
with:
74+
windows_6_0_enabled: true
75+
windows_6_1_enabled: true
76+
windows_nightly_6_1_enabled: true
77+
windows_nightly_main_enabled: true

0 commit comments

Comments
 (0)