Skip to content

Commit

Permalink
ci: release macos
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 19, 2023
1 parent b5af0bf commit 86452d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
os: ${{ matrix.os }}
Expand All @@ -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
Expand Down

0 comments on commit 86452d6

Please sign in to comment.