File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66jobs :
77 rubocop :
88 name : Lint (Rubocop)
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 container : ruby:3.1
1111 steps :
1212 - name : Checkout
1717 run : bundle exec rubocop -f simple
1818 shellcheck :
1919 name : Lint (Shellcheck)
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-24 .04
2121 container : debian:10
2222 steps :
2323 - name : Checkout
3030 name : Build (ruby)
3131 outputs :
3232 GEM_VERSION : ${{ steps.set-metadata.outputs.GEM_VERSION }}
33- runs-on : ubuntu-20 .04
33+ runs-on : ubuntu-24 .04
3434 container : ruby:3.1
3535 steps :
3636 - name : Update Rubygems and Bundler
@@ -162,7 +162,7 @@ jobs:
162162 name : Build (linux)
163163 outputs :
164164 GEM_VERSION : ${{ steps.set-metadata.outputs.GEM_VERSION }}
165- runs-on : ubuntu-20 .04
165+ runs-on : ubuntu-24 .04
166166 steps :
167167 - name : Set cross-compilation platform
168168 id : platform
@@ -311,7 +311,7 @@ jobs:
311311 libc : musl
312312 name : Test (ruby) (${{ matrix.container.version }}, ${{ matrix.platform }}, ${{ matrix.container.libc }})
313313 needs : build-ruby
314- runs-on : ubuntu-20 .04
314+ runs-on : ubuntu-24 .04
315315 container : ${{ matrix.container.image }}
316316 steps :
317317 - name : Install Alpine system dependencies
@@ -404,7 +404,7 @@ jobs:
404404 libc : ' gnu'
405405 name : Test (linux)
406406 needs : build-linux
407- runs-on : ubuntu-20 .04
407+ runs-on : ubuntu-24 .04
408408 steps :
409409 - name : Enable ${{ matrix.platform }} platform
410410 id : qemu
You can’t perform that action at this time.
0 commit comments