Skip to content

Commit d724f9d

Browse files
authored
Merge pull request #103 from rspec/more-ubuntu-runner
Also update to ubuntu-latest
2 parents 25a54ad + 30851f7 commit d724f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}
28-
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
28+
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
2929
strategy:
3030
matrix:
3131
ruby:

0 commit comments

Comments
 (0)