File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
6060 --prefix=/opt/python-dev \
6161 --with-openssl="$(brew --prefix openssl@3.0)"
6262 - name : Build CPython
63- if : ${{ inputs.free-threading || inputs.os != 'macos-15' }}
63+ if : ${{ inputs.free-threading || inputs.os != 'macos-15-intel ' }}
6464 run : gmake -j8
6565 - name : Build CPython for compiler warning check
66- if : ${{ !inputs.free-threading && inputs.os == 'macos-15' }}
66+ if : ${{ !inputs.free-threading && inputs.os == 'macos-15-intel ' }}
6767 run : set -o pipefail; gmake -j8 --output-sync 2>&1 | tee compiler_output_macos.txt
6868 - name : Display build info
6969 run : make pythoninfo
7070 - name : Check compiler warnings
71- if : ${{ !inputs.free-threading && inputs.os == 'macos-15' }}
71+ if : ${{ !inputs.free-threading && inputs.os == 'macos-15-intel ' }}
7272 run : >-
7373 python3 Tools/build/check_warnings.py
7474 --compiler-output-file-path=compiler_output_macos.txt
Original file line number Diff line number Diff line change 5858# runner: windows-2022
5959 - target : x86_64-apple-darwin/clang
6060 architecture : x86_64
61- runner : macos-15
61+ runner : macos-15-intel
6262 - target : aarch64-apple-darwin/clang
6363 architecture : aarch64
6464 runner : macos-14
You can’t perform that action at this time.
0 commit comments