File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 with :
209209 config_hash : ${{ needs.check_source.outputs.config_hash }}
210210 # macos-14 is M1, macos-13 is Intel
211- os-matrix : ' ["macos-14", "macos-13"]'
211+ os-matrix : ' ["macos-14-xlarge ", "macos-13-large "]'
212212
213213 build_macos_free_threading :
214214 name : ' macOS (free-threading)'
Original file line number Diff line number Diff line change 5050 --prefix=/opt/python-dev \
5151 --with-openssl="$(brew --prefix openssl@3.0)"
5252 - name : Build CPython
53- run : make -j4
53+ run : make -j8
5454 - name : Display build info
5555 run : make pythoninfo
5656 - name : Tests
Original file line number Diff line number Diff line change 1515# Optionally test pyrepl. This currently requires that the
1616# 'curses' resource be given on the regrtest command line using the -u
1717# 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" )
2121
2222from _pyrepl .console import Console , Event
2323from _pyrepl .readline import ReadlineAlikeReader , ReadlineConfig
You can’t perform that action at this time.
0 commit comments