File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208
208
with :
209
209
config_hash : ${{ needs.check_source.outputs.config_hash }}
210
210
# macos-14 is M1, macos-13 is Intel
211
- os-matrix : ' ["macos-14", "macos-13"]'
211
+ os-matrix : ' ["macos-14-xlarge ", "macos-13-large "]'
212
212
213
213
build_macos_free_threading :
214
214
name : ' macOS (free-threading)'
Original file line number Diff line number Diff line change 50
50
--prefix=/opt/python-dev \
51
51
--with-openssl="$(brew --prefix [email protected] )"
52
52
- name : Build CPython
53
- run : make -j4
53
+ run : make -j8
54
54
- name : Display build info
55
55
run : make pythoninfo
56
56
- name : Tests
Original file line number Diff line number Diff line change 15
15
# Optionally test pyrepl. This currently requires that the
16
16
# 'curses' resource be given on the regrtest command line using the -u
17
17
# option. Additionally, we need to attempt to import curses and readline.
18
- requires (' curses' )
19
- curses = import_module (' curses' )
20
- readline = import_module (' readline' )
18
+ requires (" curses" )
19
+ curses = import_module (" curses" )
20
+ readline = import_module (" readline" )
21
21
22
22
from _pyrepl .console import Console , Event
23
23
from _pyrepl .readline import ReadlineAlikeReader , ReadlineConfig
You can’t perform that action at this time.
0 commit comments