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"