Skip to content

Commit 0d3d023

Browse files
committed
Force Java architecture for MacOS ARM64 (#519)
1 parent 5cc5bcb commit 0d3d023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ jobs:
7979
- name: Configure Java
8080
uses: actions/setup-java@v2
8181
with:
82-
distribution: 'adopt'
82+
distribution: 'zulu'
8383
java-version: '17'
84+
architecture: 'arm64'
8485
- name: Checkout repository
8586
uses: actions/checkout@v1
8687
- name: Build project

0 commit comments

Comments
 (0)