From 53015b2e77dc43e85c01eac62257bb626b054043 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 12 Feb 2025 10:40:02 -0500 Subject: [PATCH] github actions: do not use 20.04 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f5a7f7f0e5e..8c111ad9f93 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ jobs: linux-nounity: #linux build with unity/precompiled headers disabled name: no-unity-build - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: linux: #linux build including indent, examples and documentation name: indent+documentation - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-22.04] steps: - uses: actions/checkout@v4