Skip to content

Commit 7cf0a8c

Browse files
committed
ci: add back matrix filter
1 parent 73a4e20 commit 7cf0a8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
build-type: pull-request
127127
host-platform: ${{ matrix.host-platform }}
128128
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
129+
matrix_filter: "map(select([.CUDA_VER // empty | split(\".\")[] | tonumber] as $v | ($v[0] < 13)))"
129130

130131
# WARNING: make sure both Linux test jobs are in sync
131132
test-linux-aarch64:
@@ -147,6 +148,7 @@ jobs:
147148
build-type: pull-request
148149
host-platform: ${{ matrix.host-platform }}
149150
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
151+
matrix_filter: "map(select([.CUDA_VER // empty | split(\".\")[] | tonumber] as $v | ($v[0] < 13)))"
150152

151153
test-windows:
152154
strategy:
@@ -167,6 +169,7 @@ jobs:
167169
build-type: pull-request
168170
host-platform: ${{ matrix.host-platform }}
169171
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
172+
matrix_filter: "map(select([.CUDA_VER // empty | split(\".\")[] | tonumber] as $v | ($v[0] < 13)))"
170173

171174
checks:
172175
name: Check job status

0 commit comments

Comments
 (0)