]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
github actions: Use Ubuntu 22.04 for Linux 463/head
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 26 Aug 2022 08:44:58 +0000 (10:44 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 26 Aug 2022 08:44:58 +0000 (10:44 +0200)
.github/workflows/build.yml

index cd13981fae76d0f21b0b2259c5ea24c9ae6113f5..4efacdb86ef492ab30ea8814e3d2cbb7fd1c47ea 100644 (file)
@@ -9,7 +9,7 @@ on:
 jobs:
   build-linux:
 
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
     steps:
     - uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
 
   build-linux-i386:
 
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
     steps:
     - uses: actions/checkout@v2