From 7029ecf276a00ae278677864af6b1d19d0567a8b Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Wed, 24 Jan 2024 17:16:46 +0100 Subject: [PATCH] WIP CI use axel-h/ci-actions@patch-axel-8a Signed-off-by: Axel Heider --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc2a8515..3f85b922 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: xml: ${{ steps.repo.outputs.xml }} steps: - id: repo - uses: seL4/ci-actions/repo-checkout@master + uses: axel-h/ci-actions/repo-checkout@patch-axel-8a with: manifest_repo: camkes-vm-examples-manifest manifest: master.xml @@ -37,7 +37,7 @@ jobs: matrix: march: [nehalem, armv7a, armv8a] steps: - - uses: seL4/ci-actions/camkes-vm@master + - uses: axel-h/ci-actions/camkes-vm@patch-axel-8a with: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} @@ -75,7 +75,7 @@ jobs: with: name: images-${{ matrix.march }} - name: Run - uses: seL4/ci-actions/camkes-vm-hw@master + uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-8a with: march: ${{ matrix.march }} index: $${{ strategy.job-index }}