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 bbe589f commit 6648856Copy full SHA for 6648856
.github/workflows/reusable-macos.yml
@@ -43,9 +43,9 @@ jobs:
43
key: ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ inputs.config_hash }}
44
- name: Install Homebrew dependencies
45
run: |
46
- brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
+ brew install pkg-config [email protected] xz gdbm tcl-tk@9 make
47
# Because alternate versions are not symlinked into place by default:
48
- brew link --overwrite tcl-tk@8
+ brew link --overwrite tcl-tk@9
49
- name: Configure CPython
50
51
MACOSX_DEPLOYMENT_TARGET=10.15 \
0 commit comments