Merge branch 'main' into strict-concurrency
This commit is contained in:
commit
287cab24d0
|
|
@ -21,4 +21,5 @@ jobs:
|
|||
name: macOS tests
|
||||
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
|
||||
with:
|
||||
runner_pool: nightly
|
||||
build_scheme: swift-nio-transport-services-Package
|
||||
|
|
|
|||
|
|
@ -23,3 +23,10 @@ jobs:
|
|||
cxx-interop:
|
||||
name: Cxx interop
|
||||
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