Skip to content

Commit 584ac78

Browse files
committed
Use ubuntu 22 in CI runner
Signed-off-by: Miguel Company <[email protected]>
1 parent 5a6a119 commit 584ac78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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'
@@ -54,7 +54,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)