From 7d2090cf801d8128195be858c810bed301221822 Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Thu, 26 Aug 2021 19:17:54 +0530 Subject: [PATCH] added ubuntu-latest runner --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca12739b..adf5bb1c 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [ push ] jobs: cancel: - runs-on: [self-hosted] + runs-on: [self-hosted, ubuntu-latest] name: Cancel Previous Runs if: always() steps: @@ -20,7 +20,7 @@ jobs: build-statping-docker-image: name: Docker image - statping - runs-on: [self-hosted] + runs-on: [self-hosted, ubuntu-latest] steps: - uses: actions/checkout@v2 - name: Build and push @@ -37,7 +37,7 @@ jobs: fmt: name: fmt - runs-on: [self-hosted] + runs-on: [self-hosted, ubuntu-latest] continue-on-error: false steps: - name: checkout @@ -52,7 +52,7 @@ jobs: args: ./scripts/run_tests.sh fmt drone workflow_status: - runs-on: [self-hosted] + runs-on: [self-hosted, ubuntu-latest] name: Update Status Check needs: [ build-statping-docker-image] if: always()