ci: add macOS aarch64 check (#680)
This commit is contained in:
8
.github/workflows/check-and-lint.yaml
vendored
8
.github/workflows/check-and-lint.yaml
vendored
@@ -54,8 +54,12 @@ jobs:
|
|||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
|
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
target_name: macOS
|
target_name: macOS-x86_64
|
||||||
os: macos-11
|
os: macos-13
|
||||||
|
|
||||||
|
- target: aarch64-apple-darwin
|
||||||
|
target_name: macOS-aarch64
|
||||||
|
os: macos-14
|
||||||
|
|
||||||
- target: x86_64-unknown-netbsd
|
- target: x86_64-unknown-netbsd
|
||||||
target_name: NetBSD
|
target_name: NetBSD
|
||||||
|
|||||||
Reference in New Issue
Block a user