.github: Remove ARMv6 tests
ARMv6 is no longer supported.
Signed-off-by: Kent McLeod <kent@kry10.com>
diff --git a/.github/workflows/sel4test-sim.yml b/.github/workflows/sel4test-sim.yml
index 99488e1..eaba34c 100644
--- a/.github/workflows/sel4test-sim.yml
+++ b/.github/workflows/sel4test-sim.yml
@@ -19,7 +19,7 @@
runs-on: ubuntu-latest
strategy:
matrix:
- march: [armv6a, armv7a, armv8a, nehalem, rv32imac, rv64imac]
+ march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
compiler: [gcc, clang]
exclude:
- march: rv32imac