From c8fe261da8b3f1ee025083fe366e333a80df7bd5 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Fri, 25 Apr 2025 15:52:51 +0200 Subject: [PATCH] GHA: Use Ubuntu 24.04 for clang test GitHub removes the Ubuntu 20 runners As the Clang version doesn't seem to matter just update to the latest OS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c577017a..7a3f1179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: buildtype: "boost" packages: "" packages_to_remove: "" - os: "ubuntu-20.04" + os: "ubuntu-24.04" cxx: "clang++" sources: "" llvm_os: ""