From b40b1de3b8002b8a0800a06f122e07699e10a694 Mon Sep 17 00:00:00 2001 From: ci-atlas-bot <158276885+ci-atlas-bot@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:49:13 +0100 Subject: [PATCH] Upgrade ubuntu runner to latest --- .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 3654bf9..81c485d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - ruby: "2.5" gemfile: "circuitbox_2" - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile BUNDLE_PATH_RELATIVE_TO_CWD: true