Skip to content

Commit 681f590

Browse files
Update ubuntu Docker tag to v26
1 parent 3713053 commit 681f590

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
bazel-ubuntu:
200200
name: bazel ubuntu amd64
201201
runs-on: ubuntu-latest
202-
container: ubuntu:24.04
202+
container: ubuntu:26.04
203203
timeout-minutes: 30
204204
steps:
205205
- name: setup
@@ -241,7 +241,7 @@ jobs:
241241
bazel-ubuntu-arm64:
242242
name: bazel ubuntu arm64
243243
runs-on: ubuntu-24.04-arm
244-
container: ubuntu:24.04
244+
container: ubuntu:26.04
245245
timeout-minutes: 30
246246
steps:
247247
- name: setup
@@ -555,7 +555,7 @@ jobs:
555555
cmake-ubuntu:
556556
name: cmake ubuntu amd64
557557
runs-on: ubuntu-latest
558-
container: ubuntu:24.04
558+
container: ubuntu:26.04
559559
steps:
560560
- name: setup
561561
run: |
@@ -608,7 +608,7 @@ jobs:
608608
cmake-ubuntu-arm64:
609609
name: cmake ubuntu arm64
610610
runs-on: ubuntu-24.04-arm
611-
container: ubuntu:24.04
611+
container: ubuntu:26.04
612612
steps:
613613
- name: setup
614614
run: |

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
meson-ubuntu:
275275
name: ubuntu amd64
276276
runs-on: ubuntu-latest
277-
container: ubuntu:24.04
277+
container: ubuntu:26.04
278278
timeout-minutes: 30
279279
steps:
280280
- name: setup
@@ -314,7 +314,7 @@ jobs:
314314
meson-ubuntu-arm64:
315315
name: ubuntu arm64
316316
runs-on: ubuntu-24.04-arm
317-
container: ubuntu:24.04
317+
container: ubuntu:26.04
318318
timeout-minutes: 30
319319
steps:
320320
- name: setup

Dockerfile

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

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

0 commit comments

Comments
 (0)