python aarch64

This commit is contained in:
2024-02-11 12:41:53 +08:00
parent 23303994e7
commit 3b5d1dfb4c

View File

@@ -59,11 +59,16 @@ jobs:
name: 'sdist' name: 'sdist'
} }
- { - {
os: macos-latest, os: macos-12,
arch: x64, arch: x64,
python-ver: '3.8', python-ver: '3.8',
name: 'macos_x86_64' name: 'macos_x86_64'
} }
- {
os: macos-14,
arch: aarch64,
python-ver: '3.8'
}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2