Skip to content

Commit be94beb

Browse files
authored
Update osx.yml
1 parent 1a865b1 commit be94beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build Python 3.11.8 for ARM64
2121
run: |
2222
cd Python-3.11.8
23-
arch -arm64 ./configure --prefix=$HOME/python-arm64 --enable-optimizations --host=arm64-apple-darwin
23+
arch -arm64 ./configure --prefix=$HOME/python-arm64 --enable-optimizations
2424
arch -arm64 make -j$(sysctl -n hw.ncpu)
2525
arch -arm64 make install
2626

0 commit comments

Comments
 (0)