Skip to content

Commit

Permalink
fix(ci): add missing runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 7, 2023
1 parent 9931213 commit c5aa891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
path: ./results.json

comment_results:
runs-on: [self-hosted, intel-cpu, 8-cpu, ci]
container:
image: ubuntu:22.04
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit c5aa891

Please sign in to comment.