Skip to content

Commit 15b7f7b

Browse files
committed
Stop using deprecated OS
1 parent fc14a02 commit 15b7f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: ['ubuntu-20.04']
35+
os: ['ubuntu-22.04']
3636
perl: ['5.26']
3737
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
3838
steps:

0 commit comments

Comments
 (0)