Skip to content

Commit dfb5573

Browse files
committed
- still getting an x86 java, trying something new
1 parent 5306a35 commit dfb5573

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,16 +307,17 @@ jobs:
307307
build_mac_aarch64:
308308
strategy:
309309
matrix:
310-
java: [18]
310+
java: [17]
311311
runs-on: [self-hosted, macOS, ARM64]
312312

313313
steps:
314314
- name: Checkout Repo
315315
uses: actions/checkout@v2
316316

317317
- name: Setup JDK ${{ matrix.java }}
318-
uses: actions/setup-java@v1
318+
uses: actions/setup-java@v3
319319
with:
320+
distribution: 'temurin'
320321
java-version: ${{ matrix.java }}
321322

322323
- name: Get Version Info

0 commit comments

Comments
 (0)