Skip to content

Commit

Permalink
Use self-hosted runners for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMcHale committed Dec 17, 2023
1 parent 83ee50c commit ea4ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
needs: common
strategy: ${{ fromJson(needs.common.outputs.strategy) }}
name: ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
Expand Down

0 comments on commit ea4ca0e

Please sign in to comment.