ci: change CI runner to vps-4 for checkstyle job

This commit is contained in:
Jan Gleytenhoover 2025-02-13 11:42:05 +01:00
parent 582f8b1a6c
commit 7b82445230
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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: