Skip to content

Commit

Permalink
Back to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Aug 4, 2024
1 parent fd454ee commit 13f12c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
lint:
name: RuboCop
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand All @@ -23,7 +23,7 @@
run: bundle exec rubocop
test:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 13f12c5

Please sign in to comment.