Skip to content

Commit 56972ed

Browse files
committed
github tax
1 parent c5b4806 commit 56972ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/1-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ runs:
115115
set -euxo pipefail
116116
python3 --version
117117
if [[ '${{ runner.os }}-${{ inputs.arch }}' == 'macOS-arm64' ]]; then
118+
sudo xcode-select -s "/Applications/Xcode_16.app"
118119
brew install lit python-setuptools
119120
else
120121
python3 -m pip install --user setuptools wheel

0 commit comments

Comments
 (0)