Skip to content

Commit 1e2dc7f

Browse files
committed
CI: switch to v18 on Temurin
1 parent 4102593 commit 1e2dc7f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
ARTIFACT_RETENTION_DAYS: ${{ ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) && 30 || 4 }}
1212

1313
BUILDENV_IMAGE_BASE: ghcr.io/renaissance-benchmarks/renaissance-buildenv
14-
BUILDENV_IMAGE_VERSION: v17
14+
BUILDENV_IMAGE_VERSION: v18
1515

1616
jobs:
1717

@@ -147,13 +147,13 @@ jobs:
147147
matrix:
148148
include:
149149
- os: linux
150-
image: openjdk11
150+
image: temurin-openjdk11
151151
- os: linux
152-
image: openjdk17
152+
image: temurin-openjdk17
153153
- os: linux
154-
image: openjdk21
154+
image: temurin-openjdk21
155155
- os: linux
156-
image: openjdk25
156+
image: temurin-openjdk25
157157
- os: linux
158158
image: openj9-openjdk11
159159
- os: linux

0 commit comments

Comments
 (0)