From 9b557167edf1bac52a96750061f29b00642e41ca Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Tue, 11 Feb 2025 19:22:33 +0100 Subject: [PATCH] Replace ubuntu 20.04 with ubuntu 24.04 - 20.04 will no longer be supported by GH actions --- .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 1629ed136..e920d48b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false matrix: container_version: - - '20.04' - '22.04' + - '24.04' runs-on: ubuntu-latest container: ubuntu:${{ matrix.container_version }} steps: