We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4102593 commit 1e2dc7fCopy full SHA for 1e2dc7f
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ env:
11
ARTIFACT_RETENTION_DAYS: ${{ ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) && 30 || 4 }}
12
13
BUILDENV_IMAGE_BASE: ghcr.io/renaissance-benchmarks/renaissance-buildenv
14
- BUILDENV_IMAGE_VERSION: v17
+ BUILDENV_IMAGE_VERSION: v18
15
16
jobs:
17
@@ -147,13 +147,13 @@ jobs:
147
matrix:
148
include:
149
- os: linux
150
- image: openjdk11
+ image: temurin-openjdk11
151
152
- image: openjdk17
+ image: temurin-openjdk17
153
154
- image: openjdk21
+ image: temurin-openjdk21
155
156
- image: openjdk25
+ image: temurin-openjdk25
157
158
image: openj9-openjdk11
159
0 commit comments