Skip to content

Commit 7197f25

Browse files
loiclefevrebeikov
authored andcommitted
HHH-17319 Use Oracle GraalVM for Atlas builds
1 parent da21ca2 commit 7197f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/atlas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
RUNID: ${{ github.run_number }}
5353
run: ci/database-start.sh
5454
- name: Set up Java 11
55-
uses: actions/setup-java@v4
55+
uses: graalvm/setup-graalvm@v1
5656
with:
57-
distribution: 'temurin'
58-
java-version: '11'
57+
distribution: 'graalvm'
58+
java-version: '21'
5959
- name: Get year/month for cache key
6060
id: get-date
6161
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)