Skip to content

Commit 691ba7a

Browse files
authored
Fix windows default version and vs-toolset default input in CI (#250)
* Fix windows default version and vs-toolset Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update default windows version and update toolset description Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update missing default windows version Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Set windows version back to 2019 Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent 5f8080d commit 691ba7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
os-version:
77
description: 'OS version to run the workflow'
88
required: false
9-
default: 'windows-13'
9+
default: 'windows-2019'
1010
type: string
1111
vs-toolset:
12-
description: 'Visual Studio toolset to use'
12+
description: 'Visual Studio toolset to use (Default: v141 and v142)'
1313
required: false
14-
default: 'v142'
14+
default: ''
1515
type: string
1616
colcon-args:
1717
description: 'Extra arguments for colcon cli'

0 commit comments

Comments
 (0)