We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84babd6 commit 530fb65Copy full SHA for 530fb65
.github/workflows/pull_request.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
28
enable_macos_checks: true
29
- macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}]"
+ macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}, {\"xcode_version\": \"16.2\"}]"
30
enable_wasm_sdk_build: true
31
wasm_sdk_build_command: swift build --target ArgumentParser
32
0 commit comments