From 97293a2e51c91886628469706736c4e1e7478fc9 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Mon, 2 Feb 2026 22:55:16 +0000 Subject: [PATCH] chore(ci): change CI runner to ubuntu-latest-4-cores Signed-off-by: Mike Nguyen --- .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 f2220ee..8bdde89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: build: name: Test and Build on rust-${{ matrix.rust-version }} - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-cores strategy: fail-fast: false matrix: