From ee4c5bea9cc41efca73b3e4ca6018ea1f9e1a37d Mon Sep 17 00:00:00 2001 From: satsukies Date: Tue, 7 Jan 2025 19:22:18 +0900 Subject: [PATCH] chore: using 'ubuntu-2404' image --- .github/workflows/automerge.yml | 2 +- .github/workflows/build-and-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index a00b053..164ec05 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,7 +8,7 @@ permissions: jobs: dependabot: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: > github.actor == 'dependabot[bot]' steps: diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c8f2359..8c73e38 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -14,7 +14,7 @@ permissions: jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: task: @@ -30,7 +30,7 @@ jobs: - run: bundle exec rake ${{ matrix.task }} build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: # Use as the parameter injection java-version: