Browse Source

github: try to add aarch64 runner

pull/2/head
Alibek Omarov 3 years ago
parent
commit
f1dabf13a1
  1. 3
      .github/workflows/c-cpp.yml

3
.github/workflows/c-cpp.yml

@ -14,6 +14,9 @@ jobs: @@ -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

Loading…
Cancel
Save