Skip to content

Commit

Permalink
Revert "Don't downgrade xcode (#1649)"
Browse files Browse the repository at this point in the history
This reverts commit bcb9b22.
  • Loading branch information
nielsenko committed May 22, 2024
1 parent 22dea79 commit 6532092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ 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: |
Expand Down

0 comments on commit 6532092

Please sign in to comment.