python aarch64
This commit is contained in:
parent
23303994e7
commit
3b5d1dfb4c
7
.github/workflows/PyPI-publishing.yml
vendored
7
.github/workflows/PyPI-publishing.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user