Skip to content

Commit

Permalink
Force Java architecture for MacOS ARM64 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Feb 12, 2024
1 parent 28b9392 commit e5b27b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
- name: Configure Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'zulu'
java-version: '17'
architecture: 'arm64'
- name: Checkout repository
uses: actions/checkout@v1
- name: Build project
Expand Down

0 comments on commit e5b27b3

Please sign in to comment.