Skip to content

Commit

Permalink
ci: unbreak pdd installation by updating Ubuntu image to bring newer …
Browse files Browse the repository at this point in the history
…Ruby

> nokogiri requires Ruby version >= 3.0, < 3.4.dev. The current ruby version is 2.7.0.0

So, let's use Ubuntu 22.04 that has Ruby 3.0.2p107

Part of #1657

Fix #1654
  • Loading branch information
php-coder committed Jan 2, 2024
1 parent 7e40161 commit 42c0a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todos-extract-from-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
extract-pdd-puzzles:
name: Extract todos from code
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone source code
uses: actions/[email protected] # https://github.com/actions/checkout
Expand Down

0 comments on commit 42c0a2e

Please sign in to comment.