From a64cee528c5b387d45441da80f6c887399d4affb Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 11 Aug 2025 16:13:51 +0200 Subject: [PATCH] CI: Update to Xcode 16.4 Our current macOS runners have Xcode 16.4 installed. --- .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 7e87d8d4094..edec629f986 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -64,7 +64,7 @@ runs: if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }} uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.3 + xcode-version: 16.4 - name: 'Install Swift toolchain' if: ${{ inputs.toolchain == 'Swift' }}