Skip to content

Commit

Permalink
Use xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 8, 2024
1 parent e36c0f4 commit c85a646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-native.yml
Expand Up @@ -51,9 +51,9 @@ 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: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: Build
if: steps.check-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c85a646

Please sign in to comment.