Skip to content

Commit 9ddc899

Browse files
authored
Merge pull request #263 from apple/workflow-edits-1.6.0
[1.6.0] Apply GitHub workflow edits
2 parents 395a77f + 18a52c4 commit 9ddc899

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_os_versions: '["jammy", "focal"]'
12+
linux_os_versions: '["noble", "jammy", "focal"]'
13+
linux_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}, {"os_version": "noble", "swift_version": "5.9"}, {"os_version": "noble", "swift_version": "5.10"}]'
1314
enable_macos_checks: true
1415
# FIXME: https://github.com/swiftlang/github-workflows/pull/140
1516
# Xcode 16.0 and 16.1 are not actually available
@@ -19,6 +20,10 @@ jobs:
1920
{"xcode_version": "16.1"},
2021
]
2122
swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI"
23+
enable_linux_static_sdk_build: true
24+
linux_static_sdk_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}]'
25+
enable_wasm_sdk_build: true
26+
wasm_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}]'
2227

2328
build-abi-stable:
2429
name: Build ABI Stable

0 commit comments

Comments
 (0)