From dde04ea1e89ba56c77e8480baffceae72d57d577 Mon Sep 17 00:00:00 2001 From: rzeldent Date: Tue, 19 Jul 2022 21:07:21 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a66532e..91081aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [self-hosted, ubuntu-latest, macos-latest, windows-latest] # Steps represent a sequence of tasks that will be executed as part of the job steps: