Skip to content

Commit

Permalink
Fix windows default version and vs-toolset default input in CI (#250)
Browse files Browse the repository at this point in the history
* Fix windows default version and vs-toolset

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Update default windows version and update toolset description

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Update missing default windows version

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Set windows version back to 2019

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

---------

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 authored Nov 27, 2024
1 parent 5f8080d commit 691ba7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
os-version:
description: 'OS version to run the workflow'
required: false
default: 'windows-13'
default: 'windows-2019'
type: string
vs-toolset:
description: 'Visual Studio toolset to use'
description: 'Visual Studio toolset to use (Default: v141 and v142)'
required: false
default: 'v142'
default: ''
type: string
colcon-args:
description: 'Extra arguments for colcon cli'
Expand Down

0 comments on commit 691ba7a

Please sign in to comment.