From 302b833fb0fda8b1738e246a590a8b2954f1a84a Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 22 Feb 2025 20:49:24 +0100 Subject: [PATCH] Revert "Merge pull request #1121 from kiwix/xcode-16.2" This reverts commit 01b8029a052de6fe8bee55aaab01cf2e32f36549, reversing changes made to 1deee2d19945fc1f57717dad8e669b75f515ec0e. --- .github/actions/xcbuild/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/xcbuild/action.yml b/.github/actions/xcbuild/action.yml index d6e6cb6b..c2a774ec 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 (16.2.0) + - name: Set Xcode version (15.2.0) shell: bash - # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode - run: sudo xcode-select -s /Applications/Xcode_16.2.0.app + # 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 - name: Create Keychain shell: bash