Skip to content

Commit 530fb65

Browse files
authored
Exclude Xcode 16.2 from CI testing (#823)
1 parent 84babd6 commit 530fb65

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
2828
enable_macos_checks: true
29-
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}]"
29+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}, {\"xcode_version\": \"16.2\"}]"
3030
enable_wasm_sdk_build: true
3131
wasm_sdk_build_command: swift build --target ArgumentParser
3232

0 commit comments

Comments
 (0)