Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/72220?usp=email )
Change subject: misc: Add runs-on line to CI tests
......................................................................
misc: Add runs-on line to CI tests

Adds missing line to CI tests

Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7
---
M .github/workflows/ci-tests.yaml
1 file changed, 1 insertion(+), 0 deletions(-)




diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml
index 83a1b87..85836a2 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -19,6 +19,7 @@
   # 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:

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/72220?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I34019d76648dc6025ac89cbec4605f17d2a5e3f7
Gerrit-Change-Number: 72220
Gerrit-PatchSet: 2
Gerrit-Owner: Melissa Jost <melissakj...@gmail.com>
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to