Skip to content

Commit ac8dbc7

Browse files
committed
CI: macos-13 is retired, upgrade to macos-15-intel
1 parent 9c3fc0f commit ac8dbc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2022 ]
37+
os: [ ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-14, windows-2022 ]
3838
include:
3939
- os: ubuntu-22.04
4040
bin_suffix:
4141
pkg_suffix: x86_64-linux-portable
4242
- os: ubuntu-24.04
4343
bin_suffix:
4444
pkg_suffix: x86_64-linux
45-
- os: macos-13
45+
- os: macos-15-intel
4646
bin_suffix:
4747
pkg_suffix: x86_64-darwin-portable
4848
- os: macos-14
@@ -83,7 +83,7 @@ jobs:
8383
- if: matrix.os == 'ubuntu-24.04'
8484
name: Build linux
8585
run: cargo build --release
86-
- if: matrix.os == 'macos-13'
86+
- if: matrix.os == 'macos-15-intel'
8787
name: Build macos portable
8888
run: |
8989
export OPENSSL_LIB_DIR=/usr/local/opt/openssl@1.1/lib

0 commit comments

Comments
 (0)