File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 20
20
linux_6_0_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
21
21
linux_nightly_next_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
22
22
linux_nightly_main_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
23
+
24
+ macos-tests :
25
+ name : macOS tests
26
+ uses : apple/swift-nio/.github/workflows/macos_tests.yml@main
27
+ with :
28
+ runner_pool : nightly
29
+ build_scheme : swift-openapi-urlsession
Original file line number Diff line number Diff line change 28
28
cxx-interop :
29
29
name : Cxx interop
30
30
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
31
+
32
+ macos-tests :
33
+ name : macOS tests
34
+ uses : apple/swift-nio/.github/workflows/macos_tests.yml@main
35
+ with :
36
+ runner_pool : general
37
+ build_scheme : swift-openapi-urlsession
You can’t perform that action at this time.
0 commit comments