Skip to content

Commit

Permalink
Run client + host workflow on 32 bit platform
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 15, 2025
1 parent bf91cfe commit 9618760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9618760

Please sign in to comment.