Skip to content

Commit 3b5d1df

Browse files
committed
python aarch64
1 parent 2330399 commit 3b5d1df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/PyPI-publishing.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ jobs:
5959
name: 'sdist'
6060
}
6161
- {
62-
os: macos-latest,
62+
os: macos-12,
6363
arch: x64,
6464
python-ver: '3.8',
6565
name: 'macos_x86_64'
6666
}
67+
- {
68+
os: macos-14,
69+
arch: aarch64,
70+
python-ver: '3.8'
71+
}
6772
steps:
6873
- uses: actions/checkout@v2
6974

0 commit comments

Comments
 (0)