From f4130e123ddd0a7fbc5b696ecad352ec32ef5478 Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Wed, 1 Oct 2025 10:04:09 -0500 Subject: [PATCH] Exclude Xcode 16.2 from CI testing --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 89069efed..7cb16f622 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: with: windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" enable_macos_checks: true - 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\"}]" enable_wasm_sdk_build: true wasm_sdk_build_command: swift build --target ArgumentParser