From 1a4b7a09979ff98b75d35621e997ecd6e84ee5b3 Mon Sep 17 00:00:00 2001 From: Florian Valeye Date: Mon, 24 Jan 2022 23:21:21 +0100 Subject: [PATCH] Add target in Python release Github action workflow. (#548) --- .github/workflows/python_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 7aa474ad87..5f1d6a7df9 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -36,6 +36,8 @@ jobs: include: - target: x86_64-apple-darwin os: macOS-10.15 + - target: aarch64-apple-darwin + os: macOS-11 - target: x86_64-pc-windows-msvc os: windows-2019 runs-on: ${{ matrix.os }}