From a09aa31b7a97afd01703e9c9026cdac06b37b975 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 14 Jan 2023 09:52:44 +0300 Subject: [PATCH] github: comment out CI builds for MAGX and Android --- .github/workflows/c-cpp.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 88258202..31384ebd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -23,16 +23,16 @@ jobs: # targetos: linux # targetarch: aarch64 - - os: ubuntu-18.04 - targetos: android - targetarch: 32 - - os: ubuntu-18.04 - targetos: android - targetarch: 64 +# - os: ubuntu-18.04 +# targetos: android +# targetarch: 32 +# - os: ubuntu-18.04 +# targetos: android +# targetarch: 64 - - os: ubuntu-18.04 - targetos: motomagx - targetarch: armv6 +# - os: ubuntu-18.04 +# targetos: motomagx +# targetarch: armv6 - os: windows-latest targetos: win32