From 1ab6cfec9fdf8fcc3adcf88a2bf847a134a388be Mon Sep 17 00:00:00 2001 From: samlhuillier Date: Tue, 5 Dec 2023 17:30:48 -0600 Subject: [PATCH] update release to run on m1 macs --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e372c07..948f02cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,12 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest, macOS-latest] + include: + - os: windows-latest + - os: ubuntu-latest + - os: macos-latest # Intel-based macOS (default architecture) + - os: macos-11 # macOS with M1 chip (ARM architecture) + arch: arm64 fail-fast: false steps: