misc: Add runs-on line to CI tests

Adds missing line to CI tests

Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7
This commit is contained in:
Melissa Jost
2023-07-10 12:41:04 -07:00
committed by Bobby R. Bruce
parent 4f45f84aa5
commit 05e7a68487

View File

@@ -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: