File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
5757 fail-fast : false
5858 matrix :
5959 os-version :
60- - image : ' windows-2019'
61- vs-toolset : ' v142 '
62- - image : ' windows-2017 '
63- vs-toolset : ' v141 '
60+ - ' windows-2019'
61+ vs-toolset :
62+ - ' v141 '
63+ - ' v142 '
6464 fastdds-python-branch :
6565 - ' 1.2.x'
6666 fastdds-branch :
6969 with :
7070 # It would be desirable to have a matrix of windows OS for this job, but due to the issue opened in this ticket:
7171 # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
72- os-version : ${{ inputs.os-version || matrix.os-version.image }}
73- vs-toolset : ${{ inputs.vs-toolset || matrix.os-version. vs-toolset }}
74- label : ' ${{ matrix.os-version.image }}-${{ matrix.os-version .vs-toolset }}-ci-${{ matrix.fastdds-python-branch }}-${{ matrix.fastdds-branch }}'
72+ os-version : ${{ inputs.os-version || matrix.os-version }}
73+ vs-toolset : ${{ inputs.vs-toolset || matrix.vs-toolset }}
74+ label : ' ${{ matrix.os-version }}-${{ matrix.vs-toolset }}-ci-${{ matrix.fastdds-python-branch }}-${{ matrix.fastdds-branch }}'
7575 colcon-args : ${{ inputs.colcon-args }}
7676 cmake-args : ${{ inputs.cmake-args }}
7777 ctest-args : ${{ inputs.ctest-args }}
You can’t perform that action at this time.
0 commit comments