ci: thanks github, ubuntu-latest isn't actually latest

This commit is contained in:
Alibek Omarov
2025-04-10 23:07:39 +03:00
parent 8d2986bc74
commit 3b61e0bbd6

View File

@@ -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