Skip to content

Commit

Permalink
CI: update images to v14 (see #461)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur authored Nov 20, 2024
2 parents ff6b905 + d31b184 commit bfec74e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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:v12-openjdk24-ea"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-openjdk24-ea"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

style:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk23"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-openjdk23"
# We rarely build for more than 3 minutes
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

build:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk11-with-ant-gcc"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-openjdk11-with-ant-gcc"
# We rarely build for more than 3 minutes
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
readme:
needs: build
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk23"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-openjdk23"
# We rarely build for more than 3 minutes
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# - We need to set container to null on Windows and Mac as containers are
# supported on Linux only
runs-on: ${{ (matrix.os == 'linux') && 'ubuntu' || matrix.os }}-latest
container: ${{ (matrix.os == 'linux') && format('ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-{0}', matrix.image) || null }}
container: ${{ (matrix.os == 'linux') && format('ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-{0}', matrix.image) || null }}

# We rarely run over 17 minutes but a runaway JMH can loop forever.
timeout-minutes: 30
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
plugins:
runs-on: ubuntu-latest
needs: build
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk11-with-ant-gcc"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v14-openjdk11-with-ant-gcc"
# We rarely run over 10 minutes anyway.
timeout-minutes: 30
steps:
Expand Down

0 comments on commit bfec74e

Please sign in to comment.