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: