Skip to content

Commit 50a9c6c

Browse files
committed
[actions] exclude Xcode 26 beta 6
This version of Xcode includes SDKs that don’t support backdeployment of `Span` and friends. This is fixed in Xcode 26 17A321 released on September 9th.
1 parent b5fc030 commit 50a9c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1313
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14-
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
14+
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}, {"xcode_version": "26.b6"}]'
1515
enable_macos_checks: true
1616
enable_wasm_sdk_build: true
1717

0 commit comments

Comments
 (0)