Skip to content

Commit 53054ac

Browse files
committed
ci: run on ubuntu-20.04
The `ruby/ruby-setup` action no longer officially supports 18.04 and trying to run against 3.2 fails. Let's update to still a somewhat older Ubuntu version to make sure we're not breaking things too much.
1 parent 67e1ff5 commit 53054ac

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-18.04 ]
41+
os: [ ubuntu-20.04 ]
4242
runs-on: ${{ matrix.os }}
4343

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

0 commit comments

Comments
 (0)