Skip to content

Commit

Permalink
build: specify self-host to x64 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jul 8, 2022
1 parent 840d7ac commit 26010d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
runs-on: self-hosted
runs-on: [self-hosted, X64]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 26010d0

Please sign in to comment.