Skip to content

Commit

Permalink
ci: pin system lib test to 20.04
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flavorjones committed Dec 11, 2022
1 parent 3e2a0f3 commit df03f2f
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 df03f2f

Please sign in to comment.