diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297dd51..f9031de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,13 @@ jobs: # run: bundle exec rubocop test: name: Tests - runs-on: ubuntu-22.04 + runs-on: self-hosted if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: matrix: ruby: - '2.6' - '3.2' - runs-on: "self-hosted" services: # mysql: # image: mysql:5.7