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 10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
11
with :
12
12
linux_os_versions : ' ["jammy", "focal"]'
13
+ linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14
+ windows_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13
15
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
- ]
21
16
swift_flags : " -Xbuild-tools-swiftc -DSYSTEM_CI"
22
17
enable_linux_static_sdk_build : true
23
18
enable_wasm_sdk_build : true
31
26
enable_windows_checks : false
32
27
# Only build
33
28
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
- ]
41
29
# Enable availability to match ABI stable verion of system.
42
30
swift_flags : " -Xbuild-tools-swiftc -DSYSTEM_CI -Xbuild-tools-swiftc -DSYSTEM_ABI_STABLE"
43
31
You can’t perform that action at this time.
0 commit comments