Skip to content

Commit

Permalink
🐞 fix: Use xcode beta
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 14, 2024
1 parent a44660d commit 0b16c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/macos_arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: latest

- name: Setup Path
run: |
Expand Down Expand Up @@ -84,13 +84,6 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Clang
run: |
brew install llvm@16
- name: Build Javet JNI
run: |
cd ${{ env.ROOT }}/Javet/cpp
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/macos_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: latest

- name: Setup Path
run: |
Expand Down Expand Up @@ -84,13 +84,6 @@ jobs:
with:
cmake-version: '3.23.x'

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Clang
run: |
brew install llvm@16
- name: Build Javet JNI
run: |
cd ${{ env.ROOT }}/Javet/cpp
Expand Down

0 comments on commit 0b16c2e

Please sign in to comment.