From 722deedd2be524b41a6de43cf7bc43847f19f036 Mon Sep 17 00:00:00 2001 From: tersec Date: Wed, 11 Oct 2023 20:27:45 +0000 Subject: [PATCH] Revert "ci: adding self-hosted tag for github-runner (#4886)" (#5494) This reverts commit acbfef98522af65ddd8fbbf35bb1d050a7a5b969. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1031e2047..5fe68a76c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: nimflags-extra: --mm:refc - target: os: linux - builder: ['self-hosted','ubuntu-22.04'] + builder: ubuntu-22.04 shell: bash - target: os: macos