From 96187600e2ff2bc10ec3b2671f1a4dad71f9729a Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Wed, 15 Jan 2025 14:07:18 +0100 Subject: [PATCH] Run client + host workflow on 32 bit platform --- .github/workflows/client_host.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client_host.yaml b/.github/workflows/client_host.yaml index faa2b5e13..941d9516c 100644 --- a/.github/workflows/client_host.yaml +++ b/.github/workflows/client_host.yaml @@ -13,7 +13,8 @@ jobs: matrix: target: ["native", "asterisc"] name: ["OP Sepolia (Granite) - Block #16491249"] - runs-on: ubuntu-latest + platform: ["ubuntu-latest", "linux-ubuntu-latest-32bit"] + runs-on: ${{ matrix.platform }} timeout-minutes: 20 steps: - name: Checkout sources