From 91742d613dd2f5496af9c8bd1d8469e244312713 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 11 Mar 2022 13:41:47 +0300 Subject: [PATCH] github: goodbye, aarch64 runner --- .github/workflows/c-cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 60dbc618..8e624d51 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -19,9 +19,9 @@ jobs: - os: ubuntu-18.04 targetos: linux targetarch: i386 - - os: ubuntu-aarch64-20.04 - targetos: linux - targetarch: aarch64 +# - os: ubuntu-aarch64-20.04 +# targetos: linux +# targetarch: aarch64 - os: ubuntu-18.04 targetos: android