We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1ac92 commit 6b3dcafCopy full SHA for 6b3dcaf
.github/workflows/ci.yml
@@ -104,12 +104,12 @@ jobs:
104
strategy:
105
matrix:
106
openssl: ["3.0"]
107
- runs-on: macos-15
+ runs-on: macos-latest
108
continue-on-error: true
109
steps:
110
- uses: actions/checkout@v1
111
- name: Install dependencies
112
- run: brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
+ run: brew install autoconf automake libtool libevent openssl@${{ matrix.openssl }}
113
- name: Build
114
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
115
0 commit comments