Skip to content

Commit

Permalink
switch to v1 default distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
yizshi committed Nov 15, 2023
1 parent c288b32 commit e0bb18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v2
with:
distribution: "temurin"
distribution: "zulu"
java-version: ${{ matrix.java }}
- name: Build with Maven
run: >
Expand Down

0 comments on commit e0bb18e

Please sign in to comment.