From 542c3fbc66d048047e0ab655955f04dad8ba07ab Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Tue, 4 May 2021 12:38:16 +0530 Subject: [PATCH] fix --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad0d1959..252f0d1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - #runs-on: ubuntu-latest - runs-on: self-hosted + runs-on: ubuntu-latest + #runs-on: self-hosted # Steps represent a sequence of tasks that will be executed as part of the job steps: