Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
bazel-ubuntu:
name: bazel ubuntu amd64
runs-on: ubuntu-latest
container: ubuntu:24.04
container: ubuntu:26.04
steps:
- name: setup
run: |
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
bazel-ubuntu-arm64:
name: bazel ubuntu arm64
runs-on: ubuntu-24.04-arm
container: ubuntu:24.04
container: ubuntu:26.04
steps:
- name: setup
run: |
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
cmake-ubuntu:
name: cmake ubuntu amd64
runs-on: ubuntu-latest
container: ubuntu:24.04
container: ubuntu:26.04
steps:
- name: setup
run: |
Expand Down Expand Up @@ -592,7 +592,7 @@ jobs:
cmake-ubuntu-arm64:
name: cmake ubuntu arm64
runs-on: ubuntu-24.04-arm
container: ubuntu:24.04
container: ubuntu:26.04
steps:
- name: setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# <https://gamma.cs.unc.edu/AVO/>
#

FROM ubuntu:24.04
FROM ubuntu:26.04
ARG TARGETARCH
LABEL org.opencontainers.image.authors="Jur van den Berg, Jamie Snape, Stephen J. Guy, and Dinesh Manocha"
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu:latest"
Expand Down
Loading