From babe2eff75757b7627c020b1083e0935c648b9f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 03:03:17 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee8417..22de34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ on: jobs: test-examples: runs-on: ubuntu-24.04 - container: ubuntu:20.04 + container: ubuntu:24.04 steps: - uses: actions/checkout@v3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec3928b..2c22186 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ test-examples: # A collection of tests for different platforms p:ubuntu-20.04: - image: ubuntu:20.04 + image: ubuntu:24.04 stage: platforms needs: ['test-examples'] script: @@ -59,7 +59,7 @@ p:ubuntu-20.04: - linux p:ubuntu-22.04: - image: ubuntu:22.04 + image: ubuntu:24.04 stage: platforms needs: ['test-examples'] script: