Skip to content

Commit

Permalink
Version adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 20, 2023
1 parent 3cfcdd9 commit d6eb55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{ matrix.java }}
distribution: temurin
distribution: zulu
architecture: x64
cache: maven
- name: Build project
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{ matrix.java }}
distribution: temurin
distribution: zulu
architecture: x86
cache: maven
- name: Build project
Expand Down

0 comments on commit d6eb55f

Please sign in to comment.