Skip to content

Commit 71b5aca

Browse files
authoredDec 11, 2022
Merge pull request #146 from rails/flavorjones-ci-fix-ubuntu-system-library-test
ci: pin system lib test to 20.04
2 parents 981701c + aaef5d2 commit 71b5aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: bundle exec rake
3232

3333
cruby-nokogiri-system-libraries:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-20.04
3535
steps:
3636
- uses: actions/checkout@v2
3737
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)
Please sign in to comment.