We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9429ccc commit 6f8496bCopy full SHA for 6f8496b
1 file changed
.github/workflows/rust-win.yml
@@ -16,7 +16,8 @@ env:
16
17
jobs:
18
build:
19
- runs-on: windows-latest
+ # NOTE(esteve): Pin to the VS 2022 image until the Windows ROS build tooling supports VS 18.
20
+ runs-on: windows-2022
21
steps:
22
- uses: actions/checkout@v4
23
0 commit comments