Skip to content

Commit 77e3f01

Browse files
joseph-isaacsclaude
andcommitted
fix: Use windows22-full-x64 image for Visual Studio
The windows22-base-x64 image doesn't have Visual Studio or vswhere installed. Switch to windows22-full-x64 which includes Visual Studio for MSVC builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Joe Isaacs <[email protected]>
1 parent e0d9d8b commit 77e3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
- runs-on=${{ github.run_id }}
413413
- family=m7i
414414
- cpu=8
415-
- image=windows22-base-x64
415+
- image=windows22-full-x64
416416
- tag=rust-test-windows
417417
- os: linux-arm64
418418
runner:

0 commit comments

Comments
 (0)