aboutsummaryrefslogtreecommitdiff
path: root/pypy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2022-12-05 14:42:31 +0200
committerMatti Picus <matti.picus@gmail.com>2022-12-05 14:42:31 +0200
commitbbdcbc7c5ea7c000fe3c515ac4783c5b16c66871 (patch)
tree4df39f7648da0590406d9adec69e050f0e2c0e6b /pypy
parentupate release notes for grafted commits (diff)
downloadpypy-bbdcbc7c5ea7c000fe3c515ac4783c5b16c66871.tar.gz
pypy-bbdcbc7c5ea7c000fe3c515ac4783c5b16c66871.tar.bz2
pypy-bbdcbc7c5ea7c000fe3c515ac4783c5b16c66871.zip
fix macos builders in force-builds.py
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',