diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index b64d36202..6dc88c503 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -15,8 +15,7 @@ jobs: # Test of these containers container: ["ubuntu-dev:20"] build-type: [Debug, Release] - # TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests. - runner: [ubuntu-latest] + runner: [ubuntu-latest, [self-hosted, linux, ARM64]] runs-on: ${{ matrix.runner }} timeout-minutes: 45