Skip to content

Commit cfcf1c2

Browse files
Update ubuntu Docker tag to v26
1 parent 3102957 commit cfcf1c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
bazel-ubuntu:
211211
name: bazel ubuntu amd64
212212
runs-on: ubuntu-latest
213-
container: ubuntu:24.04
213+
container: ubuntu:26.04
214214
steps:
215215
- name: setup
216216
run: |
@@ -242,7 +242,7 @@ jobs:
242242
bazel-ubuntu-arm64:
243243
name: bazel ubuntu arm64
244244
runs-on: ubuntu-24.04-arm
245-
container: ubuntu:24.04
245+
container: ubuntu:26.04
246246
steps:
247247
- name: setup
248248
run: |
@@ -540,7 +540,7 @@ jobs:
540540
cmake-ubuntu:
541541
name: cmake ubuntu amd64
542542
runs-on: ubuntu-latest
543-
container: ubuntu:24.04
543+
container: ubuntu:26.04
544544
steps:
545545
- name: setup
546546
run: |
@@ -592,7 +592,7 @@ jobs:
592592
cmake-ubuntu-arm64:
593593
name: cmake ubuntu arm64
594594
runs-on: ubuntu-24.04-arm
595-
container: ubuntu:24.04
595+
container: ubuntu:26.04
596596
steps:
597597
- name: setup
598598
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# <https://gamma.cs.unc.edu/AVO/>
3434
#
3535

36-
FROM ubuntu:24.04
36+
FROM ubuntu:26.04
3737
ARG TARGETARCH
3838
LABEL org.opencontainers.image.authors="Jur van den Berg, Jamie Snape, Stephen J. Guy, and Dinesh Manocha"
3939
LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu:latest"

0 commit comments

Comments
 (0)