From 8e992e1e5e4d814b3e9d4aa65bf79ce7b8bb857a Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Thu, 3 Feb 2022 22:33:35 +0100 Subject: [PATCH] testing github CI Signed-off-by: Axel Heider --- .github/workflows/sel4test-sim.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sel4test-sim.yml b/.github/workflows/sel4test-sim.yml index b5edbe1093..c76d82b191 100644 --- a/.github/workflows/sel4test-sim.yml +++ b/.github/workflows/sel4test-sim.yml @@ -21,15 +21,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - march: [armv7a, armv8a, nehalem, rv32imac, rv64imac] - compiler: [gcc, clang] - exclude: - - march: rv32imac - compiler: clang - - march: rv64imac - compiler: clang + march: [armv7a] + compiler: [gcc] steps: - - uses: seL4/ci-actions/sel4test-sim@master + - uses: axel-h/ci-actions/sel4test-sim@pr-54 with: march: ${{ matrix.march }} compiler: ${{ matrix.compiler }}