diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 74eb2490..b693218e 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -78,7 +78,7 @@ jobs: e2e-test: needs: [ ] - runs-on: ARM64 + runs-on: e2e steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4