Skip to content

Commit

Permalink
Merge pull request #146 from rails/flavorjones-ci-fix-ubuntu-system-l…
Browse files Browse the repository at this point in the history
…ibrary-test

ci: pin system lib test to 20.04
  • Loading branch information
flavorjones authored Dec 11, 2022
2 parents 981701c + aaef5d2 commit 71b5aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: bundle exec rake

cruby-nokogiri-system-libraries:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 71b5aca

Please sign in to comment.