diff --git a/.github/workflows/circuits.yml b/.github/workflows/circuits.yml index b3fdc5fb9..d99c27096 100644 --- a/.github/workflows/circuits.yml +++ b/.github/workflows/circuits.yml @@ -35,7 +35,10 @@ jobs: run_circuit_tests: needs: check_changes if: github.event.pull_request.draft == false && needs.check_changes.outputs.should_run == 'true' - runs-on: ubuntu-latest + runs-on: + - "self-hosted" + - "selfxyz-org" + - "ubuntu-24-04" environment: development permissions: contents: read