File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 os-version :
77 description : ' OS version to run the workflow'
88 required : false
9- default : ' ubuntu-20 .04'
9+ default : ' ubuntu-22 .04'
1010 type : string
1111 colcon-args :
1212 description : ' Extra arguments for colcon cli'
5454 with :
5555 # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
5656 # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
57- os-version : ${{ inputs.os-version || 'ubuntu-20 .04' }}
57+ os-version : ${{ inputs.os-version || 'ubuntu-22 .04' }}
5858 label : ${{ format('ubuntu-ci-{0}', inputs.fastcdr-branch || github.ref) }}
5959 colcon-args : ${{ inputs.colcon-args }}
6060 cmake-args : ${{ inputs.cmake-args }}
You can’t perform that action at this time.
0 commit comments