From 05e7a684872bd68b6184f214added574b4c3f4ea Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Mon, 10 Jul 2023 12:41:04 -0700 Subject: [PATCH] misc: Add runs-on line to CI tests Adds missing line to CI tests Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7 --- .github/workflows/ci-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 83a1b873d0..85836a264f 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -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: