From b9031579d6c5428f27d8640a1a46d36bf3a81e39 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Tue, 7 Feb 2023 13:59:10 +0300 Subject: [PATCH] Revert "try self-hosted runner" This reverts commit cccd31016eeb1465e44175b183f63999c968a364. --- .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 3f3b252..605b63c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: lint: - runs-on: self-hosted + runs-on: ubuntu-latest name: Lint steps: - uses: actions/checkout@v2