From ebc5a236ecabc7a02909a5fae6ffc7d1cf491b2e Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Wed, 31 Jan 2024 17:01:19 +0100 Subject: [PATCH] use axel-h/ci-actions@patch-axel-9a for ZCU102 Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index bd1b78bb..6091215a 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -62,7 +62,7 @@ jobs: matrix: march: [armv8a] steps: - - uses: axel-h/ci-actions/camkes-vm@patch-axel-9 + - uses: axel-h/ci-actions/camkes-vm@patch-axel-9a with: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} @@ -99,7 +99,7 @@ jobs: with: name: images-${{ matrix.march }} - name: Run - uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-9 + uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-9a with: march: ${{ matrix.march }} index: $${{ strategy.job-index }}