HHH-17319 Use Oracle GraalVM for Atlas builds

This commit is contained in:
LLEFEVRE 2024-01-31 14:03:54 +01:00 committed by Christian Beikov
parent 695c3e5706
commit 4d7b9f063f
1 changed files with 3 additions and 3 deletions

View File

@ -52,10 +52,10 @@ jobs:
RUNID: ${{ github.run_number }}
run: ci/database-start.sh
- name: Set up Java 11
uses: actions/setup-java@v4
uses: graalvm/setup-graalvm@v1
with:
distribution: 'temurin'
java-version: '11'
distribution: 'graalvm'
java-version: '21'
- name: Get year/month for cache key
id: get-date
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT