chore: use proper runner label

This commit is contained in:
Stevan Freeborn
2025-09-27 23:29:25 -05:00
parent d5b50f368e
commit e852133004
+1 -1
View File
@@ -18,7 +18,7 @@ on:
jobs:
build:
name: Build and push Docker image
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
outputs:
version: ${{ steps.version.outputs.version }}
steps: