From ae83fe0e20adabef508f27174115af0a239934eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:43:42 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544488dc..e2085927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,7 @@ jobs: if: > contains(fromJson('["develop"]'), github.base_ref) && (github.head_ref != 'main') && (!startsWith(github.head_ref, 'release')) - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" steps: - name: "Check out repository code" uses: "actions/checkout@v4"