Skip to content

Commit 9988068

Browse files
committed
[workflows] even more 2D exclusions
1 parent 7538d97 commit 9988068

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
@@ -22,6 +22,7 @@ jobs:
2222
swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI"
2323
enable_linux_static_sdk_build: true
2424
enable_wasm_sdk_build: true
25+
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"}, {"os_version": "noble", "swift_version": "5.9"}, {"os_version": "noble", "swift_version": "5.10"}]'
2526

2627
build-abi-stable:
2728
name: Build ABI Stable

0 commit comments

Comments
 (0)