Enable macOS and Linux AArch64 targets on CI

This commit is contained in:
Dzmitry Malyshau 2021-12-03 15:38:40 -05:00
parent 3c59d9ec15
commit 834eed75d0

View File

@ -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