Skip to content

Commit

Permalink
ci: use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 9, 2024
1 parent 9f9c483 commit b0b0458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
###########################################################
maven-build:
###########################################################
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: "Show: GitHub context"
Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
# https://github.com/actions/runner-images#available-images
include:
- arch: "linux-amd64"
os: "ubuntu-latest"
os: "ubuntu-24.04"
# not using newer graalvm release which produces considerably larger binaries
graal_version: 21.3.3.1 # https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.3.3.1
graal_install_root: "/opt/graalvm"

- arch: "linux-arm64"
os: "ubuntu-latest"
os: "ubuntu-24.04"
# not using newer graalvm release which produces considerably larger binaries
graal_version: 21.3.3.1 # https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.3.3.1
graal_install_root: "/opt/graalvm"
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
docker container create --name arm64 --tty \
-v /opt:/opt:rw \
-v $PWD:/workspace:rw \
arm64v8/ubuntu:22.04
arm64v8/ubuntu:24.04
docker container start arm64
Expand Down

0 comments on commit b0b0458

Please sign in to comment.