Skip to content

Commit 1fdcf1f

Browse files
authored
Prefer ubuntu-latest for testing. (#2095)
1 parent 287fe43 commit 1fdcf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-20.04]
10+
os: [ubuntu-latest]
1111
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
1212
runs-on: ${{matrix.os}}
1313
steps:

0 commit comments

Comments
 (0)