Skip to content

Commit

Permalink
change CI JDK distribution to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlw committed Nov 21, 2023
1 parent df23a59 commit 69f7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
Expand Down

0 comments on commit 69f7fee

Please sign in to comment.