Skip to content

Commit e5ff399

Browse files
authored
Update build.yml
1 parent 8d9c477 commit e5ff399

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ jobs:
355355
PYTHON_VERSION: 3.12.10
356356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357357
run: |
358+
echo $BASH_VERSINFO
359+
echo $ZSH_VERSION
358360
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
359361
sudo installer -pkg python.pkg -target /
360362
brew list
@@ -405,6 +407,8 @@ jobs:
405407
PYTHON_VERSION: 3.12.10
406408
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
407409
run: |
410+
echo $BASH_VERSINFO
411+
echo $ZSH_VERSION
408412
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
409413
sudo installer -pkg python.pkg -target /
410414
brew list

0 commit comments

Comments
 (0)