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 19be2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build MacOS
uses: ./.github/workflows/build-native.yml
with:
runner: macos-latest
runner: macos-14
binary: macos
build: '["macos"]'

Expand Down

0 comments on commit 19be2b2

Please sign in to comment.