Skip to content

Commit bd506f4

Browse files
committed
testing macOS runner to use rosetta for jit
1 parent 5493b46 commit bd506f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- name: macOS
114114
if: runner.os == 'macOS'
115115
run: |
116+
arch -x86_64 /bin/bash -c '
116117
brew update
117118
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
118119
brew install llvm@${{ matrix.llvm }}
@@ -124,6 +125,7 @@ jobs:
124125
./configure --enable-experimental-jit --enable-universalsdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
125126
make all --jobs 4
126127
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
128+
'
127129
128130
- name: Linux
129131
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)