Skip to content

Commit 789f2ce

Browse files
chores: try arm64 runner
1 parent 56bb730 commit 789f2ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- arch: aarch64
2424
target: aarch64-unknown-linux-musl
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-24.04-arm
2626

2727
runs-on: ${{ matrix.platform.runs-on }}
2828
steps:
@@ -36,7 +36,7 @@ jobs:
3636
make src/assets/programs.csv build_arch=$ARCH
3737
3838
- name: Build pkg tool
39-
uses: houseabsolute/actions-rust-cross@v0
39+
uses: houseabsolute/actions-rust-cross@v1
4040
with:
4141
target: ${{ matrix.platform.target }}
4242
args: "--locked --release --bin pkg"
@@ -64,7 +64,7 @@ jobs:
6464
base.sha256
6565
6666
- name: Build dive
67-
uses: houseabsolute/actions-rust-cross@v0
67+
uses: houseabsolute/actions-rust-cross@v1
6868
with:
6969
target: ${{ matrix.platform.target }}
7070
args: "--locked --release --features embedded_image"

0 commit comments

Comments
 (0)