diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ac65540e..7a66baff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: name: Lint and fmt check - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out source code uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: build: name: CI on Go - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out source code uses: actions/checkout@v4