Skip to content

Commit cb179a6

Browse files
committed
Try to use Arm64 image for aarch64 MacOS build
1 parent 6a40ca4 commit cb179a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04 , use-cross: true }
3737
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
3838
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
39-
- { target: aarch64-apple-darwin , os: macos-13 }
39+
- { target: aarch64-apple-darwin , os: macos-13-xlarge }
4040
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
4141
- { target: x86_64-apple-darwin , os: macos-13 }
4242
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }

0 commit comments

Comments
 (0)