Skip to content

Commit b0e6939

Browse files
authored
Github action 20.04 runner EOL (#3)
1 parent 7c94a03 commit b0e6939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
name: Test Ruby ${{ matrix.RUBY_VERSION }}
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
fail-fast: false
1919
matrix:

0 commit comments

Comments
 (0)