Update .github/workflows/auto-test.yml

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Zaid Hafeez 2025-02-16 21:55:00 +05:00 committed by GitHub
parent 60312a128f
commit 4f690c5b81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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