ci: fix always run ci on amd64
All checks were successful
CI / test (push) Successful in 46s

This commit is contained in:
2025-05-20 20:45:31 +02:00
parent 4161926944
commit 3eff3df0ae

View File

@@ -8,7 +8,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5