From 101144b3d6b23da5e34b6df699c35c2af807e974 Mon Sep 17 00:00:00 2001 From: andrussal Date: Wed, 3 Dec 2025 04:07:13 +0100 Subject: [PATCH] Run compose smoke on mac self-hosted --- .github/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 839fe26..88da247 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -319,7 +319,10 @@ jobs: compose_smoke: needs: nomos_binaries - runs-on: ubuntu-latest + runs-on: + - self-hosted + - macOS + - X64 env: TMPDIR: ${{ github.workspace }}/.tmp NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits