Skip to content

Commit dfa2af7

Browse files
Specify clang-19
1 parent c58f285 commit dfa2af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
9696
brew install llvm@${{ matrix.llvm }}
9797
export SDKROOT="$(xcrun --show-sdk-path)"
98-
./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
98+
CC=clang-19 ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
9999
make all --jobs 4
100100
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
101101

0 commit comments

Comments
 (0)