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'