Skip to content

Commit c43f8ad

Browse files
committed
ci: maybe 22.04 works better
1 parent 53054ac commit c43f8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
41-
os: [ ubuntu-20.04 ]
41+
os: [ ubuntu-22.04 ]
4242
runs-on: ${{ matrix.os }}
4343

4444
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)