From 38ce88264fd39a956474412ba990b54bca8d34e9 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 7 Nov 2024 13:28:50 +0700 Subject: [PATCH] switch machines --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f99ad7..5219f430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,9 +83,9 @@ jobs: matrix: runner: - name: "linux-x86_64" - machine: ["self-hosted", "linux", "x64", "2xlarge"] + machine: ["self-hosted", "linux", "x64", "4xlarge"] - name: "linux-arm64" - machine: ["self-hosted", "linux", "arm64", "2xlarge"] + machine: ["self-hosted", "linux", "arm64", "large"] - name: "macos-latest" machine: 'macos-latest' fail-fast: false