From dfd6a6520fe8960591188bf083c98bced046b766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:38:41 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f44dba..5dccf6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ env: jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -53,7 +53,7 @@ jobs: run: hatch run lint:check unit-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -74,7 +74,7 @@ jobs: # those packages to GitHub as a build artifact. The push job downloads those # artifacts and pushes them as a single multi-platform package. build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: true matrix: @@ -129,7 +129,7 @@ jobs: # pushes them as a multi-platform package. We only push the package it the # XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided. push: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build steps: