From 86452d6b58cbcdc0a2c11772bd5cbed09bd506f3 Mon Sep 17 00:00:00 2001 From: William Yang Date: Tue, 19 Sep 2023 11:54:49 +0200 Subject: [PATCH] ci: release macos --- .github/workflows/release.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1d2a5a79..8f3f1262 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,12 +13,16 @@ jobs: matrix: otp: - 25.3.2-1 + openssl: + - openssl3 + - openssl os: - macos-12 - macos-11 - macos-12-arm64 runs-on: ${{ matrix.os }} steps: + - uses: emqx/setup-otp@v1.0.0 with: os: ${{ matrix.os }} @@ -30,7 +34,10 @@ jobs: - name: build release if: startsWith(github.ref, 'refs/tags/') + env: + QUIC_TLS: ${{ matrix.openssl }} run: | + export QUIC_TLS BUILD_RELEASE=1 make - uses: actions/upload-artifact@v3