From f76cc80f07de05bcbe96fa9f16f30d8c77173b89 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Tue, 23 Dec 2025 11:03:16 +0100 Subject: [PATCH] Test circuits in other runner --- .github/workflows/circuits.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/circuits.yml b/.github/workflows/circuits.yml index 021753870..db5d19c84 100644 --- a/.github/workflows/circuits.yml +++ b/.github/workflows/circuits.yml @@ -40,10 +40,11 @@ jobs: run_circuit_tests: needs: check_changes if: github.event.pull_request.draft == false && needs.check_changes.outputs.should_run == 'true' - runs-on: - - "self-hosted" - - "selfxyz-org" - - "ubuntu-24-04" + runs-on: ubuntu-latest + # runs-on: + # - "self-hosted" + # - "selfxyz-org" + # - "ubuntu-24-04" environment: development permissions: contents: read