From a8c96f10a29b5bcba7856b69f4939ca911ba0587 Mon Sep 17 00:00:00 2001 From: Gabriella Gerges <57682940+luxscious@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:48:53 -0400 Subject: [PATCH] chore: remove ubicloud, replace with ubuntu-latest-x-core --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 201bc228..40fae16c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: language: "javascript" run-tests: - runs-on: ubicloud-standard-4 + runs-on: ubuntu-latest-4-core strategy: matrix: node-version: [22.12]