Skip to content

Commit

Permalink
CI: fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
willkill07 committed Jan 28, 2025
1 parent 0fb87a2 commit 62e9c50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,15 @@ jobs:
strategy:
fail-fast: true
matrix:
arch: ["amd64", "arm64"]
arch: ["arm64", "amd64"]
build_cc: ["gcc", "clang"]
include:
- runner: linux-amd64-gpu-v100-latest-1
arch: "amd64"
- runner: linux-amd64-gpu-l4-latest-1
arch: "amd64"
- runner: linux-amd64-gpu-l4-earliest-1
arch: "amd64"
- runner: linux-arm64-gpu-a100-latest-1
arch: "arm64"

Expand Down

0 comments on commit 62e9c50

Please sign in to comment.