From 40aa3f66c082c275c75f7529b2a0d20cb5cfd064 Mon Sep 17 00:00:00 2001 From: Zaid Hafeez <53424436+Zaid-maker@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:43:30 +0500 Subject: [PATCH] Update auto-test.yml --- .github/workflows/auto-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index bf76d9eb6..b94e25da0 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -78,7 +78,10 @@ jobs: e2e-test: needs: [ ] - runs-on: ARM64 + strategy: + matrix: + os: [ ARM64, ubuntu-24.04-arm ] + runs-on: ${{ matrix.os }} steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4