diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c89ef6ee..0dccd9469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,17 +111,6 @@ jobs: runner: ubuntu-22.04 job: lint profile: debug - - os: linux - arch: aarch64 - runner: ubicloud-standard-16-arm - job: test - profile: debug - - os: linux - arch: aarch64 - runner: ubicloud-standard-16-arm - job: test - profile: release - use_sysroot: true - os: macos arch: x86_64 runner: macos-12 |