Skip to content

Commit b7e5eb5

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
- target: aarch64-unknown-linux-gnu
4040
- target: aarch64-unknown-linux-musl
4141
- target: aarch64-apple-darwin
42-
os: macos-12
42+
os: macos-13
4343
- target: x86_64-unknown-linux-gnu
4444
- target: x86_64-unknown-linux-musl
4545
- target: x86_64-apple-darwin
46-
os: macos-12
46+
os: macos-13
4747
- target: x86_64-pc-windows-msvc
4848
os: windows-2019
4949
- target: x86_64-unknown-freebsd
5050
- target: universal-apple-darwin
51-
os: macos-12
51+
os: macos-13
5252
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
5353
timeout-minutes: 60
5454
permissions:

0 commit comments

Comments
 (0)