We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffacef3 commit 0046670Copy full SHA for 0046670
.github/workflows/release.yml
@@ -36,9 +36,9 @@ jobs:
36
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
37
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
38
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
39
- - { target: aarch64-apple-darwin , os: macos-12 }
+ - { target: aarch64-apple-darwin , os: macos-13 }
40
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
41
- - { target: x86_64-apple-darwin , os: macos-12 }
+ - { target: x86_64-apple-darwin , os: macos-13 }
42
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
43
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
44
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
0 commit comments