Skip to content

Commit bcb9b22

Browse files
author
Kasper Overgård Nielsen
authored
Don't downgrade xcode (#1649)
1 parent 2682ab7 commit bcb9b22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-native.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
if: startsWith(matrix.build, 'android')
5252
run: echo "ANDROID_NDK=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV
5353

54-
- name: Downgrade XCode for MacOS
55-
if: matrix.build == 'macos'
56-
run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
57-
5854
- name: Build
5955
if: steps.check-cache.outputs.cache-hit != 'true'
6056
run: |

0 commit comments

Comments
 (0)