From 6e9b3e816cc774c8fd90a4fd8fdba30340acd4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathis=20Dr=C3=B6ge?= Date: Mon, 15 Jul 2024 14:29:29 +0200 Subject: [PATCH] Build arm64 macOS binaries (#3) --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 23e791a0..45c3ac7e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'windows-latest', 'macos-12'] + os: ['ubuntu-20.04', 'windows-2022', 'macos-12', 'macos-14'] fail-fast: false max-parallel: 3 @@ -51,7 +51,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: ${{ runner.os }}-package + name: ${{ matrix.os }}-package path: legendary/dist/* deb: