10000 Update reusable-macos.yml · python/cpython@edd0897 · GitHub
[go: up one dir, main page]

Skip to content

Commit edd0897

Browse files
nohlsonhugovk
andauthored
Update reusable-macos.yml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent e491f04 commit edd0897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--prefix=/opt/python-dev \
4949
--with-openssl="$(brew --prefix openssl@3.0)"
5050
- name: Build CPython for compiler warning check
51-
if : ${{ !inputs.free-threading && inputs.os == 'macos-13 }}
51+
if : ${{ !inputs.free-threading && inputs.os == 'macos-13' }}
5252
run: set -o pipefail; gmake -j8 --output-sync 2>&1 | tee compiler_output_macos.txt
5353
- name: Build CPython
5454
if : ${{ inputs.free-threading || inputs.os != 'macos-13' }}

0 commit comments

Comments
 (0)
0