chore: change runner tags in workflows

This commit is contained in:
Stevan Freeborn
2026-06-30 10:47:12 -05:00
parent f304c61ac9
commit 5b6f5c260c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ on:
jobs:
build:
name: Build and push Docker image
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}
steps: