Skip to content

Commit

Permalink
Using macos-12 for [email protected] runs due do deprecation notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 22, 2024
1 parent 6b3dcaf commit bc8cb6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: brew install autoconf automake libtool libevent pkg-config
- name: Install openssl v1.0.2
run: brew install rbenv/tap/[email protected]
run: brew install autoconf automake libtool libevent [email protected]
- name: Build
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.0`/lib/pkgconfig ./configure && make
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.1`/lib/pkgconfig ./configure && make


build-macos-openssl-1-0-2:
Expand Down

0 comments on commit bc8cb6b

Please sign in to comment.