Skip to content

Commit

Permalink
CI: bump to v11 of Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Sep 9, 2024
1 parent dfd06b6 commit 5b897da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ea-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
jobs:
linux-ea:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v10-openjdk23-ea"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk23-ea"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
checks:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v10-openjdk22"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk22"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

linux:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v10-openjdk22"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk22"
continue-on-error: true
steps:
- name: Git checkout
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
plugins:
runs-on: ubuntu-latest
needs: linux
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v10-openjdk11-with-ant-gcc"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk11-with-ant-gcc"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- openj9-openjdk21
runs-on: ubuntu-latest
continue-on-error: true
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v10-${{ matrix.image }}"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-${{ matrix.image }}"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b897da

Please sign in to comment.