Skip to content

Commit

Permalink
Set windows version back to 2019
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Nov 27, 2024
1 parent 395884c commit ed122e4
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,7 +6,7 @@ on:
os-version:
description: 'OS version to run the workflow'
required: false
default: 'windows-2022'
default: 'windows-2019'
type: string
vs-toolset:
description: 'Visual Studio toolset to use (Default: v141 and v142)'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
# It would be desirable to have a matrix of windows OS for this job, but due to the issue opened in this ticket:
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
os-version: ${{ inputs.os-version || 'windows-2022' }}
os-version: ${{ inputs.os-version || 'windows-2019' }}
vs-toolset: ${{ inputs.vs-toolset || matrix.vs-toolset }}
label: ${{ format('windows-{0}-ci-{1}', matrix.vs-toolset, inputs.fastcdr-branch || github.ref) }}
colcon-args: ${{ inputs.colcon-args }}
Expand Down

0 comments on commit ed122e4

Please sign in to comment.