Skip to content

Commit

Permalink
ci: build ampere instead of cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 12, 2024
1 parent 9b9a4e3 commit 205e2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"name": "ampere",
"imageNamePrefix": "",
"runOn": "disabled",
"runOn": "main",
"sccache": false,
"cudaComputeCap": 80,
"dockerfile": "Dockerfile-cuda"
Expand Down Expand Up @@ -50,7 +50,7 @@
{
"name": "cpu",
"imageNamePrefix": "cpu-",
"runOn": "main",
"runOn": "disabled",
"sccache": false,
"dockerfile": "Dockerfile"
}
Expand Down

0 comments on commit 205e2c0

Please sign in to comment.