Skip to content

Commit

Permalink
Switch to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros authored Jan 26, 2023
1 parent 666173f commit b55bed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

build:

runs-on: windows-2022
runs-on: self-hosted

outputs:
testkernels: ${{ steps.testkernels_output.outputs.testkernels }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
test:
if: ${{ success() }}
needs: [build]
runs-on: windows-2022
runs-on: self-hosted

strategy:
matrix:
Expand Down

0 comments on commit b55bed3

Please sign in to comment.