From d33613778adb0dae4c84f60e1b3fb797b53345c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:00:38 +0000 Subject: [PATCH 1/2] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aed8b7a..3d613be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: test_push: name: Test on push if: ${{ github.event_name == 'push' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: checks: read statuses: write @@ -81,7 +81,7 @@ jobs: pr_bun: if: ${{ github.event_name == 'pull_request' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: PR with Bun steps: - name: Checkout From e8147c83e3b0f2effc5d4a2707ac5e842447ebdf Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Fri, 11 Oct 2024 13:59:34 +0300 Subject: [PATCH 2/2] ci: use ubuntu-24 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d613be..b3cd0db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: name: Test PR (Node v${{ matrix.node-version }}, OS ${{ matrix.os }}) strategy: matrix: - os: [ ubuntu-22.04 ] + os: [ ubuntu-24.04 ] node-version: [ 18, 22 ] runs-on: ${{ matrix.os }}