Skip to content

Commit 0b16c2e

Browse files
committed
🐞 fix: Use xcode beta
1 parent a44660d commit 0b16c2e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/macos_arm64_build.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup XCode
4141
uses: maxim-lobanov/setup-xcode@v1
4242
with:
43-
xcode-version: latest-stable
43+
xcode-version: latest
4444

4545
- name: Setup Path
4646
run: |
@@ -84,13 +84,6 @@ jobs:
8484
with:
8585
cmake-version: '3.23.x'
8686

87-
- name: Set up Homebrew
88-
uses: Homebrew/actions/setup-homebrew@master
89-
90-
- name: Setup Clang
91-
run: |
92-
brew install llvm@16
93-
9487
- name: Build Javet JNI
9588
run: |
9689
cd ${{ env.ROOT }}/Javet/cpp

.github/workflows/macos_x86_64_build.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup XCode
4141
uses: maxim-lobanov/setup-xcode@v1
4242
with:
43-
xcode-version: latest-stable
43+
xcode-version: latest
4444

4545
- name: Setup Path
4646
run: |
@@ -84,13 +84,6 @@ jobs:
8484
with:
8585
cmake-version: '3.23.x'
8686

87-
- name: Set up Homebrew
88-
uses: Homebrew/actions/setup-homebrew@master
89-
90-
- name: Setup Clang
91-
run: |
92-
brew install llvm@16
93-
9487
- name: Build Javet JNI
9588
run: |
9689
cd ${{ env.ROOT }}/Javet/cpp

0 commit comments

Comments
 (0)