From 92b41840a8b820b8e222573188d3ac91773b5e92 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Thu, 1 Feb 2024 00:20:21 +0100 Subject: [PATCH] use axel-h/ci-actions@patch-axel-11a ZCU102 SMP Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index b405a097..aca5aaa1 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -60,9 +60,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-11a with: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} @@ -87,7 +87,7 @@ jobs: strategy: fail-fast: true matrix: - march: [nehalem, armv7a, armv8a] + march: [armv8a] steps: - name: Get machine queue uses: actions/checkout@v4 @@ -99,7 +99,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-11a with: march: ${{ matrix.march }} index: $${{ strategy.job-index }}