We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2682ab7 commit bcb9b22Copy full SHA for bcb9b22
.github/workflows/build-native.yml
@@ -51,10 +51,6 @@ jobs:
51
if: startsWith(matrix.build, 'android')
52
run: echo "ANDROID_NDK=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV
53
54
- - name: Downgrade XCode for MacOS
55
- if: matrix.build == 'macos'
56
- run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
57
-
58
- name: Build
59
if: steps.check-cache.outputs.cache-hit != 'true'
60
run: |
0 commit comments