Update .gitea/workflows/ci.yml
All checks were successful
Test runner / test-amd64 (push) Successful in 1s
Test runner / test-arm64 (push) Successful in 1s

This commit is contained in:
Aaron Honeycutt 2025-12-10 17:47:02 -07:00
parent 2b2cee2352
commit 00424f7f5f

View file

@ -6,7 +6,7 @@ on:
jobs:
test-amd64:
runs-on: ubuntu-24.04
runs-on: [ubuntu-24.04, amd64-builder]
steps:
- name: Print host info
run: uname -a