]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/lint.yml
Split directions engine select into modes and providers
[rails.git] / .github / workflows / lint.yml
index 75a1cc960f6e8c3fd44c343274f5cb0adcd2f985..8383068b3f08d9e8893a1692334f51f55f254cdd 100644 (file)
@@ -6,12 +6,11 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 env:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 env:
-  os: ubuntu-22.04
   ruby: '3.1'
 jobs:
   rubocop:
     name: RuboCop
   ruby: '3.1'
 jobs:
   rubocop:
     name: RuboCop
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
     - name: Check out code
       uses: actions/checkout@v4
     steps:
     - name: Check out code
       uses: actions/checkout@v4