Skip to content

Commit e535c55

Browse files
authored
Enable release mode builds (#155)
1 parent 7cf0cf2 commit e535c55

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,12 @@ jobs:
6262
with:
6363
runner_pool: nightly
6464
build_scheme: swift-openapi-runtime
65+
66+
release-builds:
67+
name: Release builds
68+
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_next_enabled: true
73+
windows_nightly_main_enabled: true

.github/workflows/pull_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,12 @@ jobs:
6666
with:
6767
runner_pool: general
6868
build_scheme: swift-openapi-runtime
69+
70+
release-builds:
71+
name: Release builds
72+
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_next_enabled: true
77+
windows_nightly_main_enabled: true

0 commit comments

Comments
 (0)