From b55bed3b29673fd82a6613896d89d22f6510d0af Mon Sep 17 00:00:00 2001 From: Charles Betros Date: Thu, 26 Jan 2023 09:19:40 -0600 Subject: [PATCH] Switch to self-hosted runner --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8da631c709..b3d33f470c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: build: - runs-on: windows-2022 + runs-on: self-hosted outputs: testkernels: ${{ steps.testkernels_output.outputs.testkernels }} @@ -102,7 +102,7 @@ jobs: test: if: ${{ success() }} needs: [build] - runs-on: windows-2022 + runs-on: self-hosted strategy: matrix: