From: Zdenek Dohnal Date: Fri, 26 Aug 2022 08:44:58 +0000 (+0200) Subject: github actions: Use Ubuntu 22.04 for Linux X-Git-Tag: v2.4.3~142^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F463%2Fhead;p=thirdparty%2Fcups.git github actions: Use Ubuntu 22.04 for Linux --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd13981fae..4efacdb86e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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