ci: correct arm runner label (#1277)

The issue was all because of using the wrong label. 18 hours wasted waiting for a non-existent
runner to start. It is `ubuntu-24.04-arm`
https://github.com/orgs/community/discussions/148648#discussion-7793082
This commit is contained in:
Fallenbagel
2025-01-18 19:07:45 +08:00
committed by GitHub
parent 88e96fa163
commit a8f84d4f74

View File

@@ -51,7 +51,7 @@ jobs:
include:
- runner: ubuntu-24.04
platform: linux/amd64
- runner: ubuntu-24.04-arm64
- runner: ubuntu-24.04-arm
platform: linux/arm64
runs-on: ${{ matrix.runner }}
steps: