Skip to content

Commit 6f8496b

Browse files
authored
ci: pin Windows runner to VS 2022 (#650)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 9429ccc commit 6f8496b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust-win.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ env:
1616

1717
jobs:
1818
build:
19-
runs-on: windows-latest
19+
# NOTE(esteve): Pin to the VS 2022 image until the Windows ROS build tooling supports VS 18.
20+
runs-on: windows-2022
2021
steps:
2122
- uses: actions/checkout@v4
2223

0 commit comments

Comments
 (0)