From f8fe6c7fb581655e4b2bbdf4bee33f5216ecf737 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 8 Feb 2026 18:36:56 +0000 Subject: [PATCH] Use ubuntu-latest for all workflows --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6aed6dcff..30077c053 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: run: bundle exec rubocop --format fuubar erblint: name: ERB Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out code @@ -42,7 +42,7 @@ jobs: run: bundle exec erb_lint . eslint: name: ESLint - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out code @@ -65,7 +65,7 @@ jobs: run: bundle exec rails eslint brakeman: name: Brakeman - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out code @@ -82,7 +82,7 @@ jobs: env: RAILS_ENV: test name: Rails Annotate Models - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out code -- 2.39.5