Skip to content

Commit ec921d3

Browse files
committed
- part 2
1 parent 23002a9 commit ec921d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

313313
steps:
@@ -318,7 +318,7 @@ jobs:
318318
uses: actions/setup-java@v3
319319
with:
320320
distribution: 'temurin'
321-
architecture: arm64
321+
architecture: aarch64
322322
java-version: ${{ matrix.java }}
323323

324324
- name: Get Version Info

0 commit comments

Comments
 (0)