release: v0.3.9; add macos-aarch64 build

This commit is contained in:
Aram 🍐 2024-12-01 12:41:23 -05:00
parent f3661c0a2c
commit 784ab97c8b
3 changed files with 5 additions and 5 deletions

View file

@ -75,16 +75,16 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [ linux-amd64, macos-intel, windows ]
build: [ linux-amd64, macos-aarch64, windows ]
include:
- build: linux-amd64
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
- build: macos-intel
- build: macos-aarch64
os: macos-latest
rust: stable
target: x86_64-apple-darwin
target: aarch64-apple-darwin
- build: windows
os: windows-2019
rust: stable