ci: change CI runner to vps-4 for checkstyle job
This commit is contained in:
parent
582f8b1a6c
commit
7b82445230
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
checkstyle:
|
||||
name: "Checkstyle Main"
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "vps-4"
|
||||
container:
|
||||
image: "cimg/openjdk:21.0-node"
|
||||
steps:
|
||||
|
|
Reference in a new issue