From acbfef98522af65ddd8fbbf35bb1d050a7a5b969 Mon Sep 17 00:00:00 2001 From: apentori <124469871+apentori@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:26:18 +0200 Subject: [PATCH] ci: adding self-hosted tag for github-runner (#4886) Signed-off-by: Alexis Pentori --- .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 5fe68a76c..1031e2047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: nimflags-extra: --mm:refc - target: os: linux - builder: ubuntu-22.04 + builder: ['self-hosted','ubuntu-22.04'] shell: bash - target: os: macos