Fix arm builds not getting runner

This commit is contained in:
Matthew Kilgore
2025-11-16 16:03:04 -05:00
parent 82f018b996
commit 364e6cd91f
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-24.04-arm64
runner: ubuntu-24.04-arm
steps:
- name: Enable Debug Logs

View File

@@ -51,7 +51,7 @@ jobs:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-24.04-arm64
runner: ubuntu-24.04-arm
steps:
- name: Enable Debug Logs

View File

@@ -51,7 +51,7 @@ jobs:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-24.04-arm64
runner: ubuntu-24.04-arm
steps:
- name: Checkout repository