From 0e16110c3ab5b02d4b66139f53f2e954e2834c5b Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 15 Jun 2023 19:26:19 +0300 Subject: [PATCH] github: use ubuntu-latest for PSVita and NSwitch CI --- .github/workflows/c-cpp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4c401f44..d76d1c35 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,8 @@ jobs: fail-fast: false matrix: include: + # Linux build specifically want oldest Ubuntu as possible + # to be crossdistribution compatible, otherwise use ubuntu-latest - os: ubuntu-20.04 targetos: linux targetarch: amd64 @@ -34,10 +36,10 @@ jobs: # targetos: motomagx # targetarch: armv6 - - os: ubuntu-20.04 + - os: ubuntu-latest targetos: nswitch targetarch: arm64 - - os: ubuntu-20.04 + - os: ubuntu-latest targetos: psvita targetarch: armv7hf - os: windows-latest