fix: use correct GitHub ARM runner label (ubuntu-24.04-arm)
This commit is contained in:
parent
998c4c4471
commit
2bf47951cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -162,7 +162,7 @@ jobs:
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runner: ubuntu-24.04-arm64
|
runner: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue