1414 unit-tests :
1515 name : Unit tests
1616 # Workaround https://github.com/nektos/act/issues/1875
17- uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
17+ uses : apple/swift-nio/.github/workflows/unit_tests.yml@swift_6_1_workflows
1818 with :
1919 linux_5_9_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
2020 linux_5_10_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
@@ -26,14 +26,14 @@ jobs:
2626 benchmarks :
2727 name : Benchmarks
2828 # Workaround https://github.com/nektos/act/issues/1875
29- uses : apple/swift-nio/.github/workflows/benchmarks.yml@main
29+ uses : apple/swift-nio/.github/workflows/benchmarks.yml@swift_6_1_workflows
3030 with :
3131 benchmark_package_path : " Benchmarks"
3232
3333 cxx-interop :
3434 name : Cxx interop
3535 # Workaround https://github.com/nektos/act/issues/1875
36- uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
36+ uses : apple/swift-nio/.github/workflows/cxx_interop.yml@swift_6_1_workflows
3737
3838 construct-integration-test-matrix :
3939 name : Construct integration test matrix
4646 with :
4747 persist-credentials : false
4848 - id : generate-matrix
49- run : echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main /scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
49+ run : echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/swift_6_1_workflows /scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
5050 env :
5151 MATRIX_LINUX_SETUP_COMMAND : " apt-get update -y -q && apt-get install -y -q lsof dnsutils netcat-openbsd net-tools curl jq"
5252 MATRIX_LINUX_COMMAND : " ./scripts/integration_tests.sh"
5555 name : Integration tests
5656 needs : construct-integration-test-matrix
5757 # Workaround https://github.com/nektos/act/issues/1875
58- uses : apple/swift-nio/.github/workflows/swift_test_matrix.yml@main
58+ uses : apple/swift-nio/.github/workflows/swift_test_matrix.yml@swift_6_1_workflows
5959 with :
6060 name : " Integration tests"
6161 matrix_string : ' ${{ needs.construct-integration-test-matrix.outputs.integration-test-matrix }}'
@@ -81,12 +81,12 @@ jobs:
8181 macos-tests :
8282 name : macOS tests
8383 # Workaround https://github.com/nektos/act/issues/1875
84- uses : apple/swift-nio/.github/workflows/macos_tests.yml@main
84+ uses : apple/swift-nio/.github/workflows/macos_tests.yml@swift_6_1_workflows
8585 with :
8686 runner_pool : general
8787 build_scheme : swift-nio-Package
8888
8989 static-sdk :
9090 name : Static SDK
9191 # Workaround https://github.com/nektos/act/issues/1875
92- uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
92+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@swift_6_1_workflows
0 commit comments