10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491f04 commit edd0897Copy full SHA for edd0897
.github/workflows/reusable-macos.yml
@@ -48,7 +48,7 @@ jobs:
48
--prefix=/opt/python-dev \
49
--with-openssl="$(brew --prefix openssl@3.0)"
50
- name: Build CPython for compiler warning check
51
- if : ${{ !inputs.free-threading && inputs.os == 'macos-13 }}
+ if : ${{ !inputs.free-threading && inputs.os == 'macos-13' }}
52
run: set -o pipefail; gmake -j8 --output-sync 2>&1 | tee compiler_output_macos.txt
53
- name: Build CPython
54
if : ${{ inputs.free-threading || inputs.os != 'macos-13' }}
0 commit comments