diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index b013d965e..33c1a0341 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -51,10 +51,6 @@ jobs: if: startsWith(matrix.build, 'android') run: echo "ANDROID_NDK=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV - - name: Downgrade XCode for MacOS - if: matrix.build == 'macos' - run: sudo xcode-select -s /Applications/Xcode_14.0.1.app - - name: Build if: steps.check-cache.outputs.cache-hit != 'true' run: |