Merge pull request #14052 from dacook/linter-ubuntu-version

Use same ubuntu version for linters to share bundler cache
This commit is contained in:
Maikel
2026-03-18 12:17:27 +11:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ permissions:
jobs:
lint:
name: reviewdog
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # same as build.yml so it can share bundler cache
steps:
- uses: actions/checkout@v3