Skip to content

Commit 80277ae

Browse files
authored
[CI] exclude Xcode 16.2 for macOS testing
1 parent 9111010 commit 80277ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
enable_linux_static_sdk_build: true
2424
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
2525
enable_macos_checks: true
26+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}]"
2627
cmake-smoke-test:
2728
name: cmake-smoke-test
2829
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)