From 3242414f8d33868f475ce299861c7b18697cd7cc Mon Sep 17 00:00:00 2001 From: Masih Yeganeh Date: Tue, 8 Oct 2024 15:38:40 +0330 Subject: [PATCH] use ubuntu-22.04 instead of self-host --- .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 f2136a75..9aecc49e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - ci_step: "test" command: "crust test" - runs-on: self-hosted + runs-on: ubuntu-22.04 steps: - name: Go version used to build builder run: go version