Skip to content

Run same github action job on two different runners? #26613

Discussion options

You must be logged in to vote

I appologize, I made this prematurely. I discovered the solution is to do this:

jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
        matrix:
            os: [self-hosted-1, self-hosted-2]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant