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

This commit is contained in:
2026-01-01 11:12:43 -05:00
parent 5892eb5cda
commit d7ce2ad962

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