Skip to content

Commit bc8cb6b

Browse files
committed
Using macos-12 for [email protected] runs due do deprecation notices.
1 parent 6b3dcaf commit bc8cb6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,9 @@ jobs:
124124
steps:
125125
- uses: actions/checkout@v1
126126
- name: Install dependencies
127-
run: brew install autoconf automake libtool libevent pkg-config
128-
- name: Install openssl v1.0.2
129-
run: brew install rbenv/tap/[email protected]
127+
run: brew install autoconf automake libtool libevent [email protected]
130128
- name: Build
131-
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.0`/lib/pkgconfig ./configure && make
129+
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.1`/lib/pkgconfig ./configure && make
132130

133131

134132
build-macos-openssl-1-0-2:

0 commit comments

Comments
 (0)