Move Github actions to same image as Docker run on

This commit is contained in:
Nanne Baars 2021-10-24 12:57:01 +02:00 committed by Nanne Baars
parent 981fcb3ebc
commit 76af488d16
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: set up JDK 16 - name: set up JDK 16
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
distribution: 'zulu' distribution: 'temurin'
java-version: 16 java-version: 16
architecture: x64 architecture: x64
- name: Cache Maven packages - name: Cache Maven packages

View File

@ -33,7 +33,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
distribution: 'zulu' distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
architecture: x64 architecture: x64
- name: Cache Maven packages - name: Cache Maven packages