From 3b61e0bbd679d4e0aca4559b890c64d9ac9de07c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 10 Apr 2025 23:07:39 +0300 Subject: [PATCH] ci: thanks github, ubuntu-latest isn't actually latest --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1def4b9e..f169d939 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -29,7 +29,7 @@ jobs: targetos: linux targetarch: armhf cross: true - - os: ubuntu-latest + - os: ubuntu-24.04 # riscv64 would benefit from having latest compilers targetos: linux targetarch: riscv64 cross: true