From f1dabf13a16353342ec050bf5c430c15bc02edae Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 31 Dec 2021 05:21:35 +0300 Subject: [PATCH] github: try to add aarch64 runner --- .github/workflows/c-cpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5f0928ac..a78215ff 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,6 +14,9 @@ jobs: - os: ubuntu-18.04 targetos: linux targetarch: i386 + - os: ubuntu-aarch64-20.04 + targetos: linux + targetarch: aarch64 - os: ubuntu-18.04 targetos: android