Skip to content

Commit

Permalink
Merge 65d2739 into e36c0f4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 8, 2024
2 parents e36c0f4 + 65d2739 commit 1581481
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-native.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 1581481

Please sign in to comment.