diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index de2dee69..76a6ed7e 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -5,7 +5,9 @@ on: [ pull_request ] jobs: build: name: Build and test - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux container: image: adoptopenjdk/openjdk8:latest