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