Skip to content

Commit

Permalink
use custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ninehills committed Nov 18, 2023
1 parent 37e4cb8 commit c9e7173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit c9e7173

Please sign in to comment.