From 4014930278d69723bc373676754e863d7a14f35c Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 14 Apr 2025 12:48:50 +0200 Subject: [PATCH] CI: Select XCode 16.3 for macOS builds This is the version running on our self-hosted Mac runner. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3d49502e556..0689ee2d6f3 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -58,7 +58,7 @@ runs: if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }} uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.2 + xcode-version: 16.3 - name: 'Install Swift toolchain' if: ${{ inputs.toolchain == 'Swift' }}