forked from mirrors/rustdesk
fix(workflow): hardcode runs-on
This commit is contained in:
parent
e72030c94d
commit
e049f23557
1 changed files with 1 additions and 1 deletions
2
.github/workflows/custom-bridge.yml
vendored
2
.github/workflows/custom-bridge.yml
vendored
|
|
@ -13,7 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
generate_bridge:
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue