Skip to content

Commit

Permalink
temurin -> zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Aug 1, 2023
1 parent 0a2018d commit eceaf48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: temurin
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
Expand Down

0 comments on commit eceaf48

Please sign in to comment.