Skip to content

Commit 5552e48

Browse files
committed
Drop CI support for Xcode 16.3 and 16.4
They don't work, and main is targeting Swift 6.3 anyways, where we don't plan to support anything older than the latest shipping Xcode.
1 parent 4f26016 commit 5552e48

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
@@ -23,7 +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\"}]"
26+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
2727
macos_build_command:
2828
swift test &&
2929
/usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS

0 commit comments

Comments
 (0)