Commit 4e55f83
committed
fix: support ARM64 architecture in macOS PyPI release script
Detect macOS architecture (arm64 vs x86_64) and download the appropriate
Miniconda version:
- ARM64 (Apple Silicon): Miniconda3-latest-MacOSX-arm64.sh
- x86_64 (Intel): Miniconda3-latest-MacOSX-x86_64.sh
This ensures compatibility with both macos-latest (x86_64) and macos-14 (ARM64)
GitHub Actions runners.1 parent a51644e commit 4e55f83
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
0 commit comments