Skip to content

Commit 5867088

Browse files
committed
ci: upgrade checks runner to 24.04
Remove explicit nokogiri install as it just seems to work in 24.04.
1 parent 66f13ad commit 5867088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
checks:
9292
name: ${{ matrix.script.name }}
93-
runs-on: ubuntu-20.04
93+
runs-on: ubuntu-24.04
9494
needs: build-publish
9595
env:
9696
SRC: main
@@ -125,7 +125,6 @@ jobs:
125125
- name: Install htmlproofer
126126
if: ${{ ! matrix.script.no-html-proofer }}
127127
run: |
128-
sudo gem install nokogiri -v 1.15.5 --no-document
129128
sudo gem install html-proofer -v 3.19.4 --no-document
130129
131130
- name: Run ${{ matrix.script.path }}

0 commit comments

Comments
 (0)