From 1e7eba4573296346fcc5af00508e97b64f279827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Fam=C3=A0?= Date: Mon, 29 May 2023 13:42:48 +0200 Subject: [PATCH] Update the Linux runner to ubuntu-20.04 (deprecation of ubuntu-18.04) --- .github/workflows/linux_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 45ea400f..1cd2f44b 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -11,7 +11,7 @@ env: jobs: linux: name: Linux - runs-on: "ubuntu-18.04" + runs-on: "ubuntu-20.04" if: "!contains(github.event.head_commit.message, '[ci-skip]')" steps: - name: Checkout