From 13f12c533c9a774c31942a1e57bab83143478a41 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 4 Aug 2024 11:28:25 +0300 Subject: [PATCH] Back to ubuntu-latest --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 963239c..6839075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ lint: name: RuboCop timeout-minutes: 30 - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Ruby @@ -23,7 +23,7 @@ run: bundle exec rubocop test: name: Ruby ${{ matrix.ruby }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: