Skip to content

Commit 4bd3103

Browse files
committed
Ubuntu 18.04 in GHA is deprecated from Aug 8,2022
1 parent 75c6007 commit 4bd3103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
ruby: [ 3.2, 3.1, '3.0', 2.7, head ]
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Ruby

0 commit comments

Comments
 (0)