@@ -14,13 +14,14 @@ concurrency:
1414jobs :
1515 tests :
1616 name : Test
17- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 17+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .3 1818 needs : [soundness, space-format-check]
1919 with :
2020 linux_os_versions : ' ["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
2121 linux_pre_build_command : ./.github/scripts/prebuild.sh
2222 linux_build_command : ' swift test --no-parallel'
2323 linux_swift_versions : ' ["nightly-main", "nightly-6.2"]'
24+ linux_host_archs : ' ["x86_64", "aarch64"]'
2425 windows_pre_build_command : ' Invoke-Program .\.github\scripts\prebuild.ps1'
2526 windows_swift_versions : ' ["nightly-main", "nightly-6.2"]'
2627 windows_build_command : ' Invoke-Program swift test --no-parallel'
3839 /usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
3940 tests_without_docker :
4041 name : Test without Docker
41- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 42+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .3 4243 needs : [soundness, space-format-check]
4344 with :
4445 enable_linux_checks : false
4950 windows_os_versions : ' ["windows-2022", "windows-11-arm"]'
5051 cmake-smoke-test :
5152 name : cmake-smoke-test
52- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 53+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .3 5354 needs : [soundness, space-format-check]
5455 with :
5556 linux_os_versions : ' ["noble"]'
6667
6768 soundness :
6869 name : Soundness
69- uses :
swiftlang/github-workflows/.github/workflows/[email protected] .2 70+ uses :
swiftlang/github-workflows/.github/workflows/[email protected] .3 7071 with :
7172 license_header_check_project_name : " Swift"
7273 api_breakage_check_enabled : false
0 commit comments