Fix CI wrong runner name

This commit is contained in:
crazywhalecc 2025-03-30 23:27:05 +08:00
parent 7dec34bdfe
commit 237d39f09c
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -88,7 +88,7 @@ jobs:
BUILD_CMD="./bin/spc-gnu-docker build"
RUNS_ON="ubuntu-22.04"
;;
linux-x86_64-glibc)
linux-aarch64-glibc)
DOWN_CMD="./bin/spc-gnu-docker download"
BUILD_CMD="./bin/spc-gnu-docker build"
RUNS_ON="ubuntu-22.04-arm"