diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daba1810c..f3179d873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,13 @@ jobs: tool: clippy # Mac has no software runners, so don't run tests kind: other + + - name: MacOS aarch64 + os: macos-11 + target: aarch64-apple-darwin + tool: check + # Mac has no software runners, so don't run tests + kind: other # IOS - name: IOS aarch64 @@ -59,6 +66,12 @@ jobs: kind: local backends: vulkan # gl + - name: Linux aarch64 + os: ubuntu-20.04 + target: aarch64-unknown-linux-gnu + tool: check + kind: other + - name: Linux Nightly x86_64 os: ubuntu-20.04 target: x86_64-unknown-linux-gnu