X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1cedb86b9175a043d04febd56d7c8277c1098ab..ca4a2d9e9a3bdf214c6ec26ca9744aab4960a25a:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75a1cc960..433b523f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,12 +6,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true env: - os: ubuntu-22.04 - ruby: '3.1' + ruby: '3.2' jobs: rubocop: name: RuboCop - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v4