From 70a6ef27be2a2028e8c4bb40a8a9ef7165afc9a4 Mon Sep 17 00:00:00 2001 From: galargh Date: Sun, 2 Feb 2025 17:51:36 +0100 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f85e6313..d87a7016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: runner: - name: "linux-arm64" machine: ["self-hosted", "linux", "arm64", "2xlarge"] + - name: "linux-x86_64" + machine: ["self-hosted", "linux", "x64", "4xlarge"] fail-fast: false steps: - run: echo "Running on $RUNNER_OS $RUNNER_ARCH"