Skip to content

Commit 42c0a2e

Browse files
committed
ci: unbreak pdd installation by updating Ubuntu image to bring newer 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
1 parent 7e40161 commit 42c0a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/todos-extract-from-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
extract-pdd-puzzles:
3030
name: Extract todos from code
3131
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Clone source code
3535
uses: actions/[email protected] # https://github.com/actions/checkout

0 commit comments

Comments
 (0)