From 91d5b9174dd759c36ebcac7d76a4d188b4b1f546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:01:32 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- .github/workflows/bazel_download.yml | 2 +- .github/workflows/cmake_installed.yml | 2 +- .github/workflows/cmake_installed_apt.yml | 2 +- .github/workflows/pip.yml | 2 +- .github/workflows/poetry.yml | 2 +- drake_bazel_download/.github/workflows/ci.yml | 2 +- drake_cmake_installed/.github/workflows/ci.yml | 2 +- drake_cmake_installed_apt/.github/workflows/ci.yml | 2 +- drake_pip/.github/workflows/ci.yml | 2 +- drake_poetry/.github/workflows/ci.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bazel_download.yml b/.github/workflows/bazel_download.yml index d4c45768..596af6bd 100644 --- a/.github/workflows/bazel_download.yml +++ b/.github/workflows/bazel_download.yml @@ -9,7 +9,7 @@ jobs: ubuntu_noble_bazel_download: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/.github/workflows/cmake_installed.yml b/.github/workflows/cmake_installed.yml index 784c751f..b53b2817 100644 --- a/.github/workflows/cmake_installed.yml +++ b/.github/workflows/cmake_installed.yml @@ -28,7 +28,7 @@ jobs: ubuntu_noble_cmake_installed: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/.github/workflows/cmake_installed_apt.yml b/.github/workflows/cmake_installed_apt.yml index 438d9484..10175154 100644 --- a/.github/workflows/cmake_installed_apt.yml +++ b/.github/workflows/cmake_installed_apt.yml @@ -9,7 +9,7 @@ jobs: ubuntu_noble_cmake_installed_apt: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 4765215b..83fccd58 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -34,7 +34,7 @@ jobs: ubuntu_noble_pip: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 5691ca7e..50a817a7 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -35,7 +35,7 @@ jobs: ubuntu_noble_poetry: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/drake_bazel_download/.github/workflows/ci.yml b/drake_bazel_download/.github/workflows/ci.yml index 6584a2ed..c4d4466c 100644 --- a/drake_bazel_download/.github/workflows/ci.yml +++ b/drake_bazel_download/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: ubuntu_noble_bazel_download: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/drake_cmake_installed/.github/workflows/ci.yml b/drake_cmake_installed/.github/workflows/ci.yml index e35106ea..4c07f480 100644 --- a/drake_cmake_installed/.github/workflows/ci.yml +++ b/drake_cmake_installed/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: ubuntu_noble_cmake_installed: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/drake_cmake_installed_apt/.github/workflows/ci.yml b/drake_cmake_installed_apt/.github/workflows/ci.yml index 96b8a8ec..0f8cd2fa 100644 --- a/drake_cmake_installed_apt/.github/workflows/ci.yml +++ b/drake_cmake_installed_apt/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: ubuntu_noble_cmake_installed_apt: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/drake_pip/.github/workflows/ci.yml b/drake_pip/.github/workflows/ci.yml index 6b2037a0..384884d9 100644 --- a/drake_pip/.github/workflows/ci.yml +++ b/drake_pip/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: ubuntu_noble_pip: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6 diff --git a/drake_poetry/.github/workflows/ci.yml b/drake_poetry/.github/workflows/ci.yml index d1442647..a5e28824 100644 --- a/drake_poetry/.github/workflows/ci.yml +++ b/drake_poetry/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: ubuntu_noble_poetry: name: ubuntu 24.04 noble runs-on: ubuntu-latest - container: ubuntu:noble + container: ubuntu:resolute steps: - name: checkout uses: actions/checkout@v6