ci: update runner to vps-4 in workflow configuration
This commit is contained in:
parent
0d45d9659a
commit
a50b9be463
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: vps-4
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue