We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f2aac2 + a6027e2 commit bf92b88Copy full SHA for bf92b88
.github/workflows/main.yml
@@ -39,4 +39,5 @@ jobs:
39
name: macOS tests
40
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
41
with:
42
+ runner_pool: nightly
43
build_scheme: swift-openapi-runtime
.github/workflows/pull_request.yml
@@ -39,3 +39,10 @@ jobs:
name: Static SDK
# Workaround https://github.com/nektos/act/issues/1875
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
+
+ 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