Update .gitea/workflows/ci.yml
use rust docker
This commit is contained in:
parent
8d84a0f001
commit
c326ce1cae
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
runs-on: [ubuntu-24.04, arm64-builder]
|
runs-on: [rust-latest, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue