ci: update runner from remote to vps-4 in workflows
This commit is contained in:
parent
ac3c84106d
commit
343704959b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
test-build:
|
||||
name: test-build
|
||||
runs-on: remote
|
||||
runs-on: vps-4
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
|
|
@ -13,7 +13,7 @@ permissions:
|
|||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: remote
|
||||
runs-on: vps-4
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
|
|
Reference in a new issue