CI: fix typo on comment about the os used on the ARM64 builder

This commit is contained in:
Fijxu 2025-05-15 15:29:24 -04:00
parent cef0097a30
commit 1d2f4b6813
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
name: "AMD64"
dockerfile: "docker/Dockerfile"
tag_suffix: ""
# GitHub doesn't has a ubuntu-latest-arm runner
# GitHub doesn't have a ubuntu-latest-arm runner
- os: ubuntu-24.04-arm
platform: linux/arm64/v8
name: "ARM64"

View File

@ -16,7 +16,7 @@ jobs:
name: "AMD64"
dockerfile: "docker/Dockerfile"
tag_suffix: ""
# GitHub doesn't has a ubuntu-latest-arm runner
# GitHub doesn't have a ubuntu-latest-arm runner
- os: ubuntu-24.04-arm
platform: linux/arm64/v8
name: "ARM64"