aboutsummaryrefslogtreecommitdiff
path: root/pypy
diff options
context:
space:
mode:
Diffstat (limited to 'pypy')
-rwxr-xr-xpypy/tool/release/force-builds.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py
index 0a563abead..e130048869 100755
--- a/pypy/tool/release/force-builds.py
+++ b/pypy/tool/release/force-builds.py
@@ -35,7 +35,8 @@ JIT_BUILDERS = [
'pypy-c-jit-linux-x86-32',
'pypy-c-jit-linux-x86-64',
# 'pypy-c-jit-freebsd-9-x86-64',
- 'pypy-c-jit-macosx-x86-64',
+ 'pypy-c-jit-macos-x86-64',
+ 'pypy-c-jit-macos-arm64',
# 'pypy-c-jit-win-x86-32',
'pypy-c-jit-win-x86-64',
'pypy-c-jit-linux-s390x',