diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 74fe58853..0e72f755f 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -116,7 +116,7 @@ jobs: # run tests on amd64 only, since scope of the PR is to build images, there is separate issue for e2e tests arch: [ arm64 ] - runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'large-arm64' || 'large')) }} + runs-on: ${{ fromJson(format('["{0}"]', matrix.arch == 'arm64' && 'gha-ubuntu-22.04-16cores-arm' || 'large')) }} steps: - uses: actions/checkout@v4