Skip to content

Commit bf92b88

Browse files
authored
Merge branch 'main' into windows
2 parents 6f2aac2 + a6027e2 commit bf92b88

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
name: macOS tests
4040
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
4141
with:
42+
runner_pool: nightly
4243
build_scheme: swift-openapi-runtime

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ jobs:
3939
name: Static SDK
4040
# Workaround https://github.com/nektos/act/issues/1875
4141
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
42+
43+
macos-tests:
44+
name: macOS tests
45+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
46+
with:
47+
runner_pool: general
48+
build_scheme: swift-openapi-runtime

0 commit comments

Comments
 (0)