Skip to content

Commit 63dbec4

Browse files
committed
Pin Tcl/Tk to 8 (8.6) for testing macOS
1 parent db5c576 commit 63dbec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: config.cache
3838
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
3939
- name: Install Homebrew dependencies
40-
run: brew install pkg-config [email protected] xz gdbm tcl-tk make
40+
run: brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
4141
- name: Configure CPython
4242
run: |
4343
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)