From 53565701a51f0c2aa6ab53d9379311c6dfecb7c0 Mon Sep 17 00:00:00 2001 From: andrussal Date: Wed, 3 Dec 2025 05:20:50 +0100 Subject: [PATCH] Run compose smoke on ubuntu to avoid mac gmp/rapidsnark issues --- .github/workflows/lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d391c6c..4a487a7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -237,10 +237,7 @@ jobs: if-no-files-found: ignore compose_smoke: - runs-on: - - self-hosted - - macOS - - X64 + runs-on: ubuntu-latest env: TMPDIR: ${{ github.workspace }}/.tmp NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits