diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5312087..176434e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push jobs: linting: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-22.04 name: Linting of Ruby files steps: - uses: actions/checkout@v4