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: jobs:
build: build:
name: Build and push Docker image name: Build and push Docker image
runs-on: ubuntu-24.04-arm runs-on: ubuntu-latest
outputs: outputs:
version: ${{ steps.version.outputs.version }} version: ${{ steps.version.outputs.version }}
steps: steps:
+1 -1
View File
@@ -17,7 +17,7 @@ on:
jobs: jobs:
run_tests: run_tests:
name: Run tests name: Run tests
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v7 uses: actions/checkout@v7