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 9f78ad7faf
commit 757452ef43
1 changed files with 3 additions and 3 deletions

View File

@ -49,10 +49,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