Skip to content

Commit

Permalink
Switch to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Sep 12, 2024
1 parent 63b9a05 commit 23dba41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
- name: Configure Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
distribution: 'zulu'
java-version: '17'
architecture: 'aarch64'
- name: Checkout repository
uses: actions/checkout@v1
- name: Build project
Expand Down

0 comments on commit 23dba41

Please sign in to comment.