From 3b5d1dfb4c2981edd19db1688235979b510a4f74 Mon Sep 17 00:00:00 2001 From: lazymio Date: Sun, 11 Feb 2024 12:41:53 +0800 Subject: [PATCH] python aarch64 --- .github/workflows/PyPI-publishing.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PyPI-publishing.yml b/.github/workflows/PyPI-publishing.yml index b152c144..59eeeaf4 100644 --- a/.github/workflows/PyPI-publishing.yml +++ b/.github/workflows/PyPI-publishing.yml @@ -59,11 +59,16 @@ jobs: name: 'sdist' } - { - os: macos-latest, + os: macos-12, arch: x64, python-ver: '3.8', name: 'macos_x86_64' } + - { + os: macos-14, + arch: aarch64, + python-ver: '3.8' + } steps: - uses: actions/checkout@v2