From 19be2b2c57524ec0babc85cf46fcfc5e9a9f7a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Fri, 8 Mar 2024 15:40:17 +0100 Subject: [PATCH] Use xcode 15.2 --- .github/workflows/build-native.yml | 6 ++++-- .github/workflows/ci.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index b013d965e..1caa00ddb 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -51,9 +51,11 @@ jobs: if: startsWith(matrix.build, 'android') run: echo "ANDROID_NDK=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV - - name: Downgrade XCode for MacOS + - name: Select XCode for MacOS if: matrix.build == 'macos' - run: sudo xcode-select -s /Applications/Xcode_14.0.1.app + run: | + xcodes installed + xcodes select 15.2 - name: Build if: steps.check-cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f16a9122..962770f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: name: Build MacOS uses: ./.github/workflows/build-native.yml with: - runner: macos-latest + runner: macos-14 binary: macos build: '["macos"]'