Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
ARTIFACT_RETENTION_DAYS: ${{ ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) && 30 || 4 }}

BUILDENV_IMAGE_BASE: ghcr.io/renaissance-benchmarks/renaissance-buildenv
BUILDENV_IMAGE_VERSION: v17
BUILDENV_IMAGE_VERSION: v18

jobs:

Expand Down Expand Up @@ -147,13 +147,13 @@ jobs:
matrix:
include:
- os: linux
image: openjdk11
image: temurin-jdk11
- os: linux
image: openjdk17
image: temurin-jdk17
- os: linux
image: openjdk21
image: temurin-jdk21
- os: linux
image: openjdk25
image: temurin-jdk25
- os: linux
image: openj9-openjdk11
- os: linux
Expand Down