From 4f690c5b81300e55e03be599eddea2456c0b0130 Mon Sep 17 00:00:00 2001 From: Zaid Hafeez <53424436+Zaid-maker@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:55:00 +0500 Subject: [PATCH] Update .github/workflows/auto-test.yml Co-authored-by: Frank Elsinga --- .github/workflows/auto-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index b94e25da0..f58229c7c 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -78,10 +78,7 @@ jobs: e2e-test: needs: [ ] - strategy: - matrix: - os: [ ARM64, ubuntu-24.04-arm ] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-24.04-arm steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4