Skip to content

Commit ea83840

Browse files
committed
Fix macos test worfklow
1 parent 0e188a7 commit ea83840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up JDK 1.8
3434
uses: actions/setup-java@v4
3535
with:
36-
distribution: 'temurin'
36+
distribution: 'zulu'
3737
java-version: '8'
3838
cache: maven
3939

0 commit comments

Comments
 (0)