mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Enable macOS and Linux AArch64 targets on CI
This commit is contained in:
parent
3c59d9ec15
commit
834eed75d0
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -43,6 +43,13 @@ jobs:
|
||||
# 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
|
||||
os: macos-10.15
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user