From 242dadfb58b4e7334d985e676f39ee606c4df668 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 28 Feb 2025 22:48:34 +0100 Subject: [PATCH] Update to Xcode 15.4 on CI --- .github/actions/xcbuild/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/xcbuild/action.yml b/.github/actions/xcbuild/action.yml index c2a774ec..04b345cd 100644 --- a/.github/actions/xcbuild/action.yml +++ b/.github/actions/xcbuild/action.yml @@ -53,10 +53,10 @@ runs: -T /usr/bin/security \ -T /usr/bin/productbuild || true - - name: Set Xcode version (15.2.0) + - name: Set Xcode version (15.4.0) shell: bash # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode - run: sudo xcode-select -s /Applications/Xcode_15.2.0.app + run: sudo xcode-select -s /Applications/Xcode_15.4.0.app - name: Create Keychain shell: bash