Skip to content

Commit

Permalink
use axel-h/ci-actions@patch-axel-9
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 29, 2024
1 parent b3576d8 commit 0dd420f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
steps:
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7
- uses: axel-h/ci-actions/camkes-vm@patch-axel-9
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
# do not run concurrently with previous jobs in PRs, but do run concurrently in the build matrix
concurrency: camkes-hw-pr-${{ strategy.job-index }}
steps:
Expand All @@ -88,7 +88,7 @@ jobs:
with:
name: images-${{ matrix.march }}
- name: Run
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-7
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-9
with:
march: ${{ matrix.march }}
index: $${{ strategy.job-index }}
Expand Down

0 comments on commit 0dd420f

Please sign in to comment.