From 27a8adad22579738a267fac1afcd68a85be2997e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 10 Apr 2025 22:48:41 +0300 Subject: [PATCH] ci: compile risc-v port on ubuntu-latest for newer compilers --- .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 8277b864..1def4b9e 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-20.04 + - os: ubuntu-latest targetos: linux targetarch: riscv64 cross: true