Skip to content

Commit cc74f03

Browse files
committed
Revert "Try to use Arm64 image for aarch64 MacOS build"
This reverts commit cb179a6.
1 parent cb179a6 commit cc74f03

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-xlarge }
39+
- { target: aarch64-apple-darwin , os: macos-13 }
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)