From 2dcc5073aadd356e1d2bc1692858682c589928f9 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Mon, 1 May 2023 16:39:06 -0700 Subject: [PATCH] ci: disable nswitch and psvita targets We're not doing anything relevant to them in the vulkan branch, and all they do is take extra time for CI to complete --- .github/workflows/c-cpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e38b9539..bc0e7172 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -35,12 +35,12 @@ jobs: # targetos: motomagx # targetarch: armv6 - - os: ubuntu-20.04 - targetos: nswitch - targetarch: arm64 - - os: ubuntu-20.04 - targetos: psvita - targetarch: armv7hf +# - os: ubuntu-20.04 +# targetos: nswitch +# targetarch: arm64 +# - os: ubuntu-20.04 +# targetos: psvita +# targetarch: armv7hf - os: windows-latest targetos: win32 targetarch: amd64