fix: use correct GitHub ARM runner label (ubuntu-24.04-arm)

This commit is contained in:
Graham McIntire 2026-02-02 12:50:28 -06:00
parent 998c4c4471
commit 2bf47951cd
No known key found for this signature in database

View file

@ -162,7 +162,7 @@ jobs:
runner: ubuntu-latest
- platform: linux/arm64
arch: arm64
runner: ubuntu-24.04-arm64
runner: ubuntu-24.04-arm
steps:
- name: Checkout
uses: actions/checkout@v4