From f4dc8b467e51ed658bed1ad3c12d18020afe7541 Mon Sep 17 00:00:00 2001 From: Darksome Date: Thu, 25 Apr 2024 09:50:01 +0000 Subject: [PATCH] fix: use small gh runner for ci --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1c9fae..751528d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,8 +20,7 @@ env: jobs: build: name: "Build image: ${{ matrix.images.name }}" - runs-on: - group: ubuntu-runners + runs-on: ubuntu-latest strategy: fail-fast: false matrix: