From 7174521b3d8adcf526b5d24ad60d7b3789d06cf7 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 12 Feb 2025 16:17:23 +0100 Subject: [PATCH] Update test.yml to Ububutu 22.04 Warning from Github that this will be out of service in April 1st. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 793dfbd..a8b6daf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,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: