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 4f26016 commit 5552e48Copy full SHA for 5552e48
.github/workflows/pull_request.yml
@@ -23,7 +23,7 @@ jobs:
23
enable_linux_static_sdk_build: true
24
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
25
enable_macos_checks: true
26
- macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}]"
+ macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
27
macos_build_command:
28
swift test &&
29
/usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
0 commit comments