Skip to content

Commit 5032560

Browse files
committed
Exclude 5.9 workflows and enable macOS testing scheme for CI
1 parent 9733c33 commit 5032560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
13+
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
14+
enable_macos_checks: true
1215
enable_wasm_sdk_build: true
1316
wasm_sdk_build_command: swift build -Xcc -D_WASI_EMULATED_PTHREAD
1417

0 commit comments

Comments
 (0)