Skip to content

Commit 23dba41

Browse files
authored
Switch to zulu
1 parent 63b9a05 commit 23dba41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
- name: Configure Java
7777
uses: actions/setup-java@v2
7878
with:
79-
distribution: 'adopt'
80-
java-version: '17'
79+
distribution: 'zulu'
80+
java-version: '17'
81+
architecture: 'aarch64'
8182
- name: Checkout repository
8283
uses: actions/checkout@v1
8384
- name: Build project

0 commit comments

Comments
 (0)