Skip to content

Commit 514a426

Browse files
authored
Disable broken CI configurations in pull_request.yml
`AudioWorkstation/Guest` triggers an assertion in 6.2 release
1 parent a2423c8 commit 514a426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
enable_embedded_wasm_sdk_build: true
13+
wasm_exclude_swift_versions: '[{"swift_version": "nightly-6.2"}]'
1314
enable_linux_checks: false
1415
enable_macos_checks: false
1516
enable_windows_checks: false

0 commit comments

Comments
 (0)