Skip to content

Updates.

Updates. #29

name: MacOS arm64
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add --toolchain stable aarch64-apple-darwin
- run: cargo build --target=aarch64-apple-darwin