misc: Add runs-on line to CI tests
Adds missing line to CI tests Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7
This commit is contained in:
committed by
Bobby R. Bruce
parent
4f45f84aa5
commit
05e7a68487
1
.github/workflows/ci-tests.yaml
vendored
1
.github/workflows/ci-tests.yaml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
# ensures we have a change-id in every commit, needed for gerrit
|
||||
check-for-change-id:
|
||||
# runs on github hosted runner
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user