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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: vps-4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Reference in a new issue