ci: fix always run ci on amd64 #19

Merged
t.behrendt merged 1 commits from ci-fix-run-ci-on-amd64 into main 2025-08-14 07:41:59 +02:00
Showing only changes of commit 591f2a9f5d - Show all commits

View File

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