Skip to content

Commit df03f2f

Browse files
committed
ci: pin system lib test to 20.04
because the 22.04 has a version with 4fd69f3 but not e986d09 from 2.9.14 and that's causing leading `<` to be parsed differently. i'd fix it better than this, but I think only 2.9.13 has this behavior.
1 parent 3e2a0f3 commit df03f2f

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)