Skip to content

Commit

Permalink
chore: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Aug 12, 2024
1 parent 40c2c45 commit 51d2895
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019 ]
include:
- os: ubuntu-20.04
bin_suffix:
pkg_suffix: x86_64-linux-portable
- os: ubuntu-22.04
bin_suffix:
pkg_suffix: x86_64-linux
- os: macos-11
- os: macos-12
bin_suffix:
pkg_suffix: x86_64-darwin-portable
- os: macos-12
- os: macos-13
bin_suffix:
pkg_suffix: x86_64-darwin
- os: windows-2019
Expand Down Expand Up @@ -63,14 +63,14 @@ jobs:
- if: matrix.os == 'ubuntu-22.04'
name: Build linux
run: cargo build --release
- if: matrix.os == 'macos-11'
- if: matrix.os == 'macos-12'
name: Build macos portable
run: |
export OPENSSL_LIB_DIR=/usr/local/opt/[email protected]/lib
export OPENSSL_INCLUDE_DIR=/usr/local/opt/[email protected]/include
export OPENSSL_STATIC=1
cargo build --release --features portable
- if: matrix.os == 'macos-12'
- if: matrix.os == 'macos-13'
name: Build macos
run: |
export OPENSSL_LIB_DIR=/usr/local/opt/[email protected]/lib
Expand Down

0 comments on commit 51d2895

Please sign in to comment.