Skip to content

Commit 162618c

Browse files
committed
Merge branch 'feature/ci' into develop
* feature/ci: - part 2 - making mistakes is how we learn - still getting an x86 java, trying something new - that was a woops
2 parents ea86c2a + ec921d3 commit 162618c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
strategy:
237237
matrix:
238238
os: [ubuntu-18.04, macos-10.15]
239-
java: [18]
239+
java: [8]
240240

241241
runs-on: ${{ matrix.os }}
242242

@@ -307,16 +307,18 @@ jobs:
307307
build_mac_aarch64:
308308
strategy:
309309
matrix:
310-
java: [8]
310+
java: [18]
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'
321+
architecture: aarch64
320322
java-version: ${{ matrix.java }}
321323

322324
- name: Get Version Info

0 commit comments

Comments
 (0)