]> git.gsnw.org Git - fping.git/commitdiff
Fix deprected github action ubuntu-18.04 to ubuntu-22.04
authorGerman Service Network <support@gsnw.de>
Fri, 15 Sep 2023 19:41:42 +0000 (21:41 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 2 Nov 2023 06:59:57 +0000 (07:59 +0100)
.github/workflows/test.yml

index 7c724ceb42266be859dfa0788425eff00c5ecf2d..60deea1fd80cfde15ad22def419a6238203febed 100644 (file)
@@ -5,7 +5,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-18.04, ubuntu-20.04]
+        os: [ubuntu-20.04, ubuntu-22.04]
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2