Skip to content

Commit

Permalink
[actions] Move from temurin to zulu to pick up jdk 18-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 17, 2021
1 parent cdd9572 commit b40a05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'zulu'
cache: 'maven'

- name: Maven Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'temurin'
distribution: 'zulu'
cache: 'maven'
- name: CodeQL Initialization
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit b40a05e

Please sign in to comment.