Stop using deprecated OS

This commit is contained in:
Dirk 2023-07-31 14:03:57 +02:00
parent fc14a02035
commit 15b7f7b403
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04']
os: ['ubuntu-22.04']
perl: ['5.26']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps: