Skip to content

Commit fc0564b

Browse files
authored
[3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127394)
1 parent fc6c2de commit fc0564b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
path: config.cache
3737
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
3838
- name: Install Homebrew dependencies
39-
run: brew install pkg-config [email protected] xz gdbm tcl-tk
39+
run: |
40+
brew install pkg-config [email protected] xz gdbm tcl-tk@8
41+
# Because alternate versions are not symlinked into place by default:
42+
brew link tcl-tk@8
4043
- name: Configure CPython
4144
run: |
4245
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)