tests,misc: Update CI Tests 'testlib-quick' runs-on

Here it's more sensible to use a GitHub hosted runner. This job is
miniscule and is used to check the other tests have completed
successfully. It makes sense for this not to be on our own self-hosted
runner.

Change-Id: I5377e025334d43eaedd0fc61e5c708ba61255d28
This commit is contained in:
Bobby R. Bruce
2023-10-12 07:37:11 -07:00
parent 3816ea5633
commit bf1c10d4b2

View File

@@ -173,7 +173,7 @@ jobs:
# merged. The 'testlib-quick-execution' is a matrix job which runs all the
# the testlib quick tests. This job is therefore a stub which will pass if
# all the testlib-quick-execution jobs pass.
runs-on: [self-hosted, linux, x64]
runs-on: ubuntu-22.04
needs: testlib-quick-execution
steps:
- run: echo "This job's status is ${{ job.status }}."