Skip to content

Commit 83da638

Browse files
authored
Update osx.yml
1 parent 27b8f0e commit 83da638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo mkdir -p /tmp/python-build/lib/tmp
2828
cd /tmp/python-build/lib/tmp
2929
sudo ar -x ../libpython3.11.a
30-
sudo gcc -m32 -shared -o ../libpython-3.11.8.dylib *.o
30+
sudo gcc -m32 -shared -o ../libpython-3.11.8.dylib *.o -arch arm64
3131
3232
cd /tmp/python-build/lib
3333
sudo rm -rf tmp

0 commit comments

Comments
 (0)