From 205e2c08a8aab73afb633593a85336fc3e4a059e Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Thu, 12 Sep 2024 11:20:35 -0400 Subject: [PATCH] ci: build ampere instead of cpu --- .github/workflows/matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index cfb53f71..d0531e8d 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -11,7 +11,7 @@ { "name": "ampere", "imageNamePrefix": "", - "runOn": "disabled", + "runOn": "main", "sccache": false, "cudaComputeCap": 80, "dockerfile": "Dockerfile-cuda" @@ -50,7 +50,7 @@ { "name": "cpu", "imageNamePrefix": "cpu-", - "runOn": "main", + "runOn": "disabled", "sccache": false, "dockerfile": "Dockerfile" }