We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb179a6 commit cc74f03Copy full SHA for cc74f03
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true }
37
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
38
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
39
- - { target: aarch64-apple-darwin , os: macos-13-xlarge }
+ - { target: aarch64-apple-darwin , os: macos-13 }
40
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
41
- { target: x86_64-apple-darwin , os: macos-13 }
42
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
0 commit comments