Skip to content

Commit 354d256

Browse files
authored
Update pull_request.yml to include macOS and wasm
1 parent 9e7fc29 commit 354d256

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
name: Test
1414
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1515
with:
16-
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
17-
linux_swift_versions: '["6.1", "nightly-main", "nightly-6.2"]'
18-
windows_swift_versions: '["6.1", "nightly-main", "nightly-6.2"]'
16+
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
17+
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
18+
enable_macos_checks: true
19+
enable_wasm_sdk_build: true
1920
soundness:
2021
name: Soundness
2122
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)