Commit b9052e3
CI: drop hardcoded
On macos-latest (arm64), the x64 Python 3.10.20 image used by
actions/setup-python currently fails to start with "Library not loaded:
/usr/local/opt/gettext/lib/libintl.8.dylib". Dropping the architecture
constraint lets setup-python pick the native arch (arm64 on
macos-latest, x64 on ubuntu/windows), which is what we actually want
post-3.9 — x64 was only needed for Python 3.9 on Intel macOS. Ubuntu
and Windows already run native x64 regardless.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>architecture: x64 for setup-python1 parent e0b1a81 commit b9052e3
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments