Skip to content

Commit 0046670

Browse files
committed
Use macos-13 for precompilation workflow
The macos-12 version was deprecated and removed.
1 parent ffacef3 commit 0046670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
3737
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
3838
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
39-
- { target: aarch64-apple-darwin , os: macos-12 }
39+
- { target: aarch64-apple-darwin , os: macos-13 }
4040
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
41-
- { target: x86_64-apple-darwin , os: macos-12 }
41+
- { target: x86_64-apple-darwin , os: macos-13 }
4242
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
4343
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
4444
- { target: x86_64-pc-windows-gnu , os: windows-2019 }

0 commit comments

Comments
 (0)