From e267fc97868d082ed451a415043ce13492ce9877 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 16 Apr 2023 16:28:59 +0200 Subject: [PATCH] [ci] Update preBuild job to Ubuntu 22 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bab89b63..08c936ecc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ env: jobs: preBuild: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }} outputs: version: ${{ steps.version.outputs.value }}