From 8bb9643f4a14e2f07c04efaba2511b8607af2992 Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Tue, 11 Jun 2024 10:33:07 -0400 Subject: [PATCH] put macos 13 back to openssl 1.1 --- .github/workflows/binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 23d56b2..183e036 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -12,7 +12,7 @@ on: - scripts/* pull_request: schedule: - - cron: '0 0 * * 0' # run each Sunday + - cron: '0 0 * * 0' # run each Sunday env: ALPINE_BRANCH: v3.18 @@ -85,7 +85,7 @@ jobs: - 1.26.x steps: - name: Install dependencies - run: brew install gsed jansson jq openssl@3 pcre zlib + run: brew install gsed jansson jq openssl@1.1 pcre zlib - name: Checkout master branch uses: actions/checkout@v4