From 9df176f4887d9a2fdabefe3559995431af4fcbf7 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Mon, 22 Sep 2025 12:31:27 -0400 Subject: [PATCH] Exclude Xcode 16.4 from GitHub Actions. We don't support building with Xcode 16.4 which only has Swift 6.1. --- .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 288a012a1..41abeb44d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: linux_os_versions: '["amazonlinux2", "jammy"]' windows_swift_versions: '["nightly-main", "nightly-6.2"]' enable_macos_checks: true - macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}]" + macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]" enable_wasm_sdk_build: true soundness: name: Soundness