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 bc505b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ env:
CARGO_TERM_COLOR: always
jobs:
host-client-offline-runs:
name: ${{ matrix.target}} | ${{ matrix.name }}
name: ${{ matrix.target}} | ${{ matrix.name }} | ${{ matrix.platform }}
strategy:
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 bc505b2

Please sign in to comment.