Skip to content

Commit

Permalink
Update ci-aarch64-native workflow with new runner
Browse files Browse the repository at this point in the history
Adding a new self-hosted-runner for this pipeline to enhance the test coverage.
  • Loading branch information
spcaipers-arm committed Sep 13, 2023
1 parent d6cceb0 commit 8db5a72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-aarch64-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ on:

jobs:
aarch64-native:
runs-on: [self-hosted, linux, ARM64]
strategy:
fail-fast: false
matrix:
# This job will run in parallel.
os: [self-hosted-ubuntu-20.04-arm64, self-hosted-ubuntu-20.04-arm64-sve]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 8db5a72

Please sign in to comment.