Skip to content

Commit 5320153

Browse files
committed
focus on fixing macos15-intel
1 parent 804faa2 commit 5320153

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cross-platform-envtest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- name: Checkout Repository
2424
uses: actions/checkout@v4
2525
- name: Set up Xcode
26-
uses: maxim-lobanov/setup-xcode@v1
27-
with:
28-
xcode-version: '16.2'
26+
if: runner.os == 'Windows'
27+
run: brew install xcode
2928

3029
- name: Set up JDK ${{ matrix.java }}
3130
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)