File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111 with :
1212 linux_os_versions : ' ["jammy", "focal"]'
13+ linux_exclude_swift_versions : ' ["5.9", "5.10"]'
14+ windows_exclude_swift_versions : ' ["5.9", "5.10"]'
1315 enable_macos_checks : true
14- # FIXME: https://github.com/swiftlang/github-workflows/pull/140
15- # Xcode 16.0 and 16.1 are not actually available
16- macos_exclude_xcode_versions : |
17- [
18- {"xcode_version": "16.0"},
19- {"xcode_version": "16.1"},
20- ]
2116 swift_flags : " -Xbuild-tools-swiftc -DSYSTEM_CI"
2217 enable_linux_static_sdk_build : true
2318 enable_wasm_sdk_build : true
3126 enable_windows_checks : false
3227 # Only build
3328 macos_build_command : " xcrun swift build --build-tests"
34- # FIXME: https://github.com/swiftlang/github-workflows/pull/140
35- # Xcode 16.0 and 16.1 are not actually available
36- macos_exclude_xcode_versions : |
37- [
38- {"xcode_version": "16.0"},
39- {"xcode_version": "16.1"},
40- ]
4129 # Enable availability to match ABI stable verion of system.
4230 swift_flags : " -Xbuild-tools-swiftc -DSYSTEM_CI -Xbuild-tools-swiftc -DSYSTEM_ABI_STABLE"
4331
You can’t perform that action at this time.
0 commit comments