From 7d3854b64d88dccf87106a3a8c51e1dfe8c27789 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 28 Aug 2025 10:49:32 +0300 Subject: [PATCH] CI: use ZLib from XCode SDK Everything since 3.5.2 (see #3301) can use it; it's now present in all non-EOL MacOS XCode versions --- .github/workflows/macos_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 143c8c41..7450c679 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -24,7 +24,7 @@ jobs: # python-version: ${{ matrix.python-version }} # ... but in the repo, we want to test pyenv builds on macOS - run: | - brew install openssl readline sqlite3 xz zlib + brew install openssl readline sqlite3 xz tcl-tk@8 libb2 zstd # https://github.com/pyenv/pyenv#installation - run: pwd - env: