1 Commits

Author SHA1 Message Date
d7ce2ad962 fix: use linux_x64 host runner for Docker access
Some checks failed
Build and Push Docker Image / test (push) Failing after 1s
Build and Push Docker Image / build (push) Has been skipped
2026-01-01 11:12:43 -05:00

View File

@@ -11,7 +11,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
runs-on: linux_x64
steps:
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
runs-on: linux_x64
steps:
- uses: actions/checkout@v4