Use same ubuntu version for linters to share bundler cache

This commit is contained in:
David Cook
2026-03-18 11:26:56 +11:00
parent 93c9181c3f
commit 7d4389de4a

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