Skip to content

Commit

Permalink
fixed runners for midas / targetutils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar Sondhi authored and nandor committed Nov 21, 2022
1 parent 830e68d commit 9cfa51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firesim-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run-targetutils-scala-tests:
name: run-targetutils-scala-tests
needs: [setup-manager]
runs-on: ${{ github.run_id }}
runs-on: aws-${{ github.run_id }}
env:
TERM: xterm-256-color
steps:
Expand All @@ -222,7 +222,7 @@ jobs:
run-midas-scala-tests:
name: run-midas-scala-tests
needs: [setup-manager]
runs-on: ${{ github.run_id }}
runs-on: aws-${{ github.run_id }}
env:
TERM: xterm-256-color
steps:
Expand Down

0 comments on commit 9cfa51b

Please sign in to comment.