From f24cd31895ab4d0e6b1ff86da66b8c6c7b272d2c Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 12 Feb 2025 12:49:55 +0100 Subject: [PATCH] build: update Linux builds to run on ubuntu-latest since 20.04 is being retired 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 de412bf65..139b7d03b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -169,7 +169,7 @@ jobs: assert-test-linux: # Run all tests that can run on Linux, with LLVM assertions enabled to catch # potential bugs. - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -297,7 +297,7 @@ jobs: - goarch: arm toolchain: arm-linux-gnueabihf libc: armhf - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: build-linux steps: - name: Checkout