From bbe7ffeb483e346acd0c6f8769a3f42320c3966e Mon Sep 17 00:00:00 2001 From: fortmarek Date: Tue, 3 Mar 2026 16:38:17 +0100 Subject: [PATCH] ci: fix Xcode version in release workflow for macos-26 runner Signed-off-by: fortmarek --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5cd94..ff470f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: Add macOS binaries to release runs-on: macos-26 env: - XCODE_VERSION: ${{ '16.4' }} + XCODE_VERSION: ${{ '26.2' }} steps: - name: Select Xcode run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"