From 566e208266dfe2340e808e474df4d56bd30e10da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:33:37 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 1859e6fe9..ad79e32ea 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 @@ -82,7 +82,7 @@ jobs: path: dist publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: - linux - windows