diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec93b83f..48e3b3ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: verifier_circuit: name: Build and test EVM bridge - runs-on: ubuntu-22.04 + runs-on: ubuntu-selfhosted defaults: run: working-directory: ./verifier_circuit @@ -43,7 +43,7 @@ jobs: integration: name: Integration test - runs-on: ubuntu-22.04 + runs-on: ubuntu-selfhosted steps: - name: Checkout sources uses: actions/checkout@v4 @@ -57,7 +57,7 @@ jobs: demo_eth_verifier: name: Test demo's Solidity verifier - runs-on: ubuntu-22.04 + runs-on: ubuntu-selfhosted defaults: run: working-directory: ./eth_verifier diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 14bcd71f..07767749 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -13,7 +13,7 @@ on: jobs: check: name: Check, fmt, clippy, test and run - runs-on: ubuntu-22.04 + runs-on: ubuntu-selfhosted defaults: run: working-directory: ./${{inputs.directory}}