Skip to content

Commit

Permalink
Update github workflow to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhgbrown authored Sep 30, 2023
1 parent d9a8195 commit bb134fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
TEST_RAILS_VERSION: ${{ matrix.rails-version }}
DEBUG: true
- name: Run tests
run: bundle exec rake
run: bundle exec rake

0 comments on commit bb134fa

Please sign in to comment.