Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-h committed Jan 30, 2024
1 parent ef69771 commit abefe0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [armv8a]
march: [nehalem, armv8a]
steps:
- uses: axel-h/ci-actions/camkes-vm@patch-axel-9
with:
Expand All @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [armv8a]
march: [nehalem, armv8a]
steps:
- name: Get machine queue
uses: actions/checkout@v4
Expand Down

0 comments on commit abefe0c

Please sign in to comment.