Compare commits
2 Commits
f18b131660
...
287cab24d0
| Author | SHA1 | Date |
|---|---|---|
|
|
287cab24d0 | |
|
|
a9b23220e4 |
|
|
@ -21,4 +21,5 @@ jobs:
|
||||||
name: macOS tests
|
name: macOS tests
|
||||||
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
|
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
|
||||||
with:
|
with:
|
||||||
|
runner_pool: nightly
|
||||||
build_scheme: swift-nio-transport-services-Package
|
build_scheme: swift-nio-transport-services-Package
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,10 @@ jobs:
|
||||||
cxx-interop:
|
cxx-interop:
|
||||||
name: Cxx interop
|
name: Cxx interop
|
||||||
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
|
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
|
||||||
|
|
||||||
|
macos-tests:
|
||||||
|
name: macOS tests
|
||||||
|
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
|
||||||
|
with:
|
||||||
|
runner_pool: general
|
||||||
|
build_scheme: swift-nio-transport-services-Package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue