diff --git a/.github/workflows/sel4test-hw.yml b/.github/workflows/sel4test-hw.yml index af102b5bd..c8d96906d 100644 --- a/.github/workflows/sel4test-hw.yml +++ b/.github/workflows/sel4test-hw.yml @@ -33,11 +33,9 @@ jobs: strategy: fail-fast: false matrix: - march: [armv7a, armv8a, nehalem] + # There is no "rv32imac" hardware yet. + march: [armv7a, armv8a, nehalem, rv64imac] compiler: [gcc, clang] - include: - - march: rv64imac - compiler: gcc steps: - name: Build uses: seL4/ci-actions/sel4test-hw@master diff --git a/.github/workflows/sel4test-sim.yml b/.github/workflows/sel4test-sim.yml index 65c4ffbb0..194661929 100644 --- a/.github/workflows/sel4test-sim.yml +++ b/.github/workflows/sel4test-sim.yml @@ -21,11 +21,6 @@ jobs: matrix: march: [armv7a, armv8a, nehalem, rv32imac, rv64imac] compiler: [gcc, clang] - exclude: - - march: rv32imac - compiler: clang - - march: rv64imac - compiler: clang steps: - uses: seL4/ci-actions/sel4test-sim@master with: