Skip to content

Commit 711466f

Browse files
committed
ci: switch back to GitHub runner for arm64
Because it's faster
1 parent 06d27ef commit 711466f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
build:
20-
- { os: blacksmith-16vcpu-ubuntu-2204, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
21-
- { os: blacksmith-16vcpu-ubuntu-2404-arm, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu" }
20+
- { os: blacksmith-16vcpu-ubuntu-2404, docker_platform: linux/amd64, rust_target: "x86_64-unknown-linux-gnu" }
21+
- { os: linux-arm64-public, docker_platform: linux/arm64, rust_target: "aarch64-unknown-linux-gnu" }
2222
env:
2323
CS_ZEROKMS_HOST: https://us-east-1.aws.zerokms.cipherstashmanaged.net
2424
CS_CTS_HOST: https://ap-southeast-2.aws.cts.cipherstashmanaged.net

0 commit comments

Comments
 (0)