Skip to content

Commit

Permalink
Fix windows default version and vs-toolset
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Nov 27, 2024
1 parent bfa51aa commit 62936b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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'
required: false
default: 'v142'
default: ''
type: string
colcon-args:
description: 'Extra arguments for colcon cli'
Expand Down

0 comments on commit 62936b8

Please sign in to comment.