Skip to content

Commit 51d2895

Browse files
committed
chore: update workflow file
1 parent 40c2c45 commit 51d2895

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019 ]
17+
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019 ]
1818
include:
1919
- os: ubuntu-20.04
2020
bin_suffix:
2121
pkg_suffix: x86_64-linux-portable
2222
- os: ubuntu-22.04
2323
bin_suffix:
2424
pkg_suffix: x86_64-linux
25-
- os: macos-11
25+
- os: macos-12
2626
bin_suffix:
2727
pkg_suffix: x86_64-darwin-portable
28-
- os: macos-12
28+
- os: macos-13
2929
bin_suffix:
3030
pkg_suffix: x86_64-darwin
3131
- os: windows-2019
@@ -63,14 +63,14 @@ jobs:
6363
- if: matrix.os == 'ubuntu-22.04'
6464
name: Build linux
6565
run: cargo build --release
66-
- if: matrix.os == 'macos-11'
66+
- if: matrix.os == 'macos-12'
6767
name: Build macos portable
6868
run: |
6969
export OPENSSL_LIB_DIR=/usr/local/opt/openssl@1.1/lib
7070
export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl@1.1/include
7171
export OPENSSL_STATIC=1
7272
cargo build --release --features portable
73-
- if: matrix.os == 'macos-12'
73+
- if: matrix.os == 'macos-13'
7474
name: Build macos
7575
run: |
7676
export OPENSSL_LIB_DIR=/usr/local/opt/openssl@1.1/lib

0 commit comments

Comments
 (0)