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.
2 parents 1a47da0 + 80277ae commit ad1c3cfCopy full SHA for ad1c3cf
.github/workflows/pull_request.yml
@@ -22,6 +22,8 @@ jobs:
22
windows_build_command: 'Invoke-Program swift test --no-parallel'
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\"}]"
27
cmake-smoke-test:
28
name: cmake-smoke-test
29
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
0 commit comments