Skip to content

Commit cd90d56

Browse files
authored
chore(ci): Use ARM64 shared runners from GitHub (#9261)
ARM64 runners are in public preview, but It's ready for our use case.
1 parent 174eb00 commit cd90d56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ jobs:
483483
build-args: WITH_AVX2=1
484484
postfix: ""
485485
tag: "latest"
486-
- os: self-hosted
486+
- os: ubuntu-24.04-arm
487487
target: aarch64-unknown-linux-gnu
488488
platforms: linux/arm64
489489
build-args: WITH_AVX2=0

.github/workflows/rust-cubestore-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
- x86_64-unknown-linux-gnu
8585
- aarch64-unknown-linux-gnu
8686
include:
87-
- os: ubuntu-20.04
87+
- os: ubuntu-24.04
8888
target: x86_64-unknown-linux-gnu
8989
platforms: linux/amd64
9090
build-args: WITH_AVX2=1
9191
postfix: ""
92-
- os: self-hosted
92+
- os: ubuntu-24.04-arm
9393
target: aarch64-unknown-linux-gnu
9494
platforms: linux/arm64
9595
build-args: WITH_AVX2=0

.github/workflows/rust-cubestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
include:
84-
- os: ubuntu-20.04
84+
- os: ubuntu-24.04
8585
target: x86_64-unknown-linux-gnu
8686
platforms: linux/amd64
8787
build-args: WITH_AVX2=1
88-
- os: self-hosted
88+
- os: ubuntu-24.04-arm
8989
target: aarch64-unknown-linux-gnu
9090
platforms: linux/arm64
9191
build-args: WITH_AVX2=0

0 commit comments

Comments
 (0)