File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments