From 2174fe6d212d62b7de96c10926bfa9eb7d0dc3bd Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 15 Apr 2025 21:04:48 +0300 Subject: [PATCH] ci: update to ubuntu-22.04 --- .github/workflows/c-cpp.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f169d939..6dd8bde7 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,17 +15,17 @@ jobs: include: # Linux build specifically want oldest Ubuntu as possible # to be crossdistribution compatible, otherwise use ubuntu-latest - - os: ubuntu-20.04 + - os: ubuntu-22.04 targetos: linux targetarch: amd64 - - os: ubuntu-20.04 + - os: ubuntu-22.04 targetos: linux targetarch: i386 - - os: ubuntu-20.04 + - os: ubuntu-22.04 targetos: linux targetarch: arm64 cross: true - - os: ubuntu-20.04 + - os: ubuntu-22.04 targetos: linux targetarch: armhf cross: true @@ -33,21 +33,21 @@ jobs: targetos: linux targetarch: riscv64 cross: true - - os: ubuntu-20.04 + - os: ubuntu-22.04 targetos: linux targetarch: ppc64el cross: true -# - os: ubuntu-aarch64-20.04 +# - os: ubuntu-aarch64-22.04 # targetos: linux # targetarch: aarch64 - os: ubuntu-latest targetos: linux targetarch: e2k-8c cross: true - - os: ubuntu-20.04 + - os: ubuntu-latest targetos: android targetarch: multiarch -# - os: ubuntu-20.04 +# - os: ubuntu-22.04 # targetos: motomagx # targetarch: armv6