Skip to content

Commit 7e5bc11

Browse files
authored
Use the general runner pool for PRs (#2)
### Motivation PRs should use the "general" macOS runner pool to ensure less waiting, "nightly" is meant to be for scheduled jobs only. ### Modifications Updated from "nightly" to "general" pool for PRs. ### Result Less waiting on macOS CI in PRs. ### Test Plan N/A - this issue happened due to me copy-pasting the GH workflow YAML from the 'main' workflow.
1 parent 9aca76f commit 7e5bc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
4747
with:
4848
env_vars: '{"ENABLE_ALL_TRAITS":"1"}'
49-
runner_pool: nightly
49+
runner_pool: general
5050
build_scheme: swift-configuration-Package
5151
xcode_16_2_enabled: false
5252

0 commit comments

Comments
 (0)