There was an error while loading. Please reload this page.
1 parent 9429ccc commit b29130aCopy full SHA for b29130a
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