We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddda3a commit 24ee4a7Copy full SHA for 24ee4a7
.github/workflows/reusable-macos.yml
@@ -45,7 +45,7 @@ jobs:
45
brew link --overwrite tcl-tk@8
46
- name: Configure CPython
47
run: |
48
- MACOSX_DEPLOYMENT_TARGET=10.9 \
+ MACOSX_DEPLOYMENT_TARGET=10.13 \
49
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
50
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
51
./configure \
0 commit comments