From 7632c2c130f9a977c616b2a01f236b7eb4e0c711 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Wed, 3 Jan 2024 10:45:06 +0100 Subject: [PATCH] Try 8vcpu --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520977934..6facc5870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: Build: - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 strategy: matrix: @@ -24,7 +24,7 @@ jobs: - run: yarn cli build Lint: - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 strategy: matrix: @@ -43,7 +43,7 @@ jobs: yarn lint:all --max-warnings 0 Test: - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 strategy: matrix: @@ -63,7 +63,7 @@ jobs: # skip this until the new API is ready if: false name: Visual regression tests - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 strategy: matrix: @@ -83,7 +83,7 @@ jobs: Compatibility-Tests: # skip this until the new API is ready if: false - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: buildjet-8vcpu-ubuntu-2204 strategy: matrix: