Skip to content

Commit

Permalink
put macos 13 back to openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-h committed Nov 22, 2024
1 parent 0750148 commit 8bb9643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8bb9643

Please sign in to comment.