From 871cd66b98ef6a30a72240496c7d07e9c9231354 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 6 Mar 2023 17:41:50 +0100 Subject: [PATCH] build/linux: switch to ubuntu-20.04 for arm builds since ubuntu-18.04 is deprecated for GH actions runner Signed-off-by: deadprogram --- .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 ca956e61..bd020b77 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -275,7 +275,7 @@ jobs: # in that process to avoid doing lots of duplicate work and to avoid # complications around precompiled libraries such as compiler-rt shipped as # part of the release tarball. - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: build-linux steps: - name: Checkout @@ -391,7 +391,7 @@ jobs: # in that process to avoid doing lots of duplicate work and to avoid # complications around precompiled libraries such as compiler-rt shipped as # part of the release tarball. - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: build-linux steps: - name: Checkout