From f09f48835699ac849c09635f28c5de1279cbddf9 Mon Sep 17 00:00:00 2001 From: lazymio Date: Sun, 11 Feb 2024 13:19:25 +0800 Subject: [PATCH] Add macos aarch64 --- .github/workflows/PyPI-publishing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PyPI-publishing.yml b/.github/workflows/PyPI-publishing.yml index 14531e56..afb1a496 100644 --- a/.github/workflows/PyPI-publishing.yml +++ b/.github/workflows/PyPI-publishing.yml @@ -67,7 +67,8 @@ jobs: - { os: macos-14, arch: aarch64, - python-ver: '3.10' + python-ver: '3.10', + name: 'macos_aarch64' } steps: - uses: actions/checkout@v2