From b8a6e9c33c6ef83a7105b553e82fae41a5c1c271 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 30 Apr 2026 07:01:27 +0300 Subject: [PATCH] CI: Don't require openssl@1.1 Missing in macos-26 Homebrew, causing an error, no longer required for any supported Pythons --- .github/workflows/modified_scripts_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modified_scripts_build.yml b/.github/workflows/modified_scripts_build.yml index 5a78729c..5faf172d 100644 --- a/.github/workflows/modified_scripts_build.yml +++ b/.github/workflows/modified_scripts_build.yml @@ -99,7 +99,7 @@ jobs: echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH - run: | #prerequisites - brew install openssl openssl@1.1 readline sqlite3 xz zlib + brew install openssl readline sqlite3 xz zlib if [[ "${{ matrix.python-version }}" =~ pypy.*-(src|dev) ]]; then export PYENV_BOOTSTRAP_VERSION=pypy2.7-7 echo "PYENV_BOOTSTRAP_VERSION=$PYENV_BOOTSTRAP_VERSION" >> $GITHUB_ENV