secondlife / secondlife/autobuild

autobuild CI depends on "windows-latest" image, but fails because it expects Visual Studio 2022

Open
#70 0 comments 1 reaction 2 assignees View on GitHub

@mcgroarty is already working on this.

Since Aug 2, 2026.

  • #71 by @copilot-swe-agent — open
Dominant language
Python
Stars
9
Forks
9
PR merge metrics
No merged PRs in 30d

Description

CI tests fail because we pull the windows-latest image, then look for Visual Studio 2022 specifically.

Options:

  1. pin windows-2022 instead of windows-latest
  2. automatically select the latest Visual Studio version installed on the runner image, rather than hard-coding a choice
  3. test both the windows-2022 and windows-latest images in addition to implementing option 2
  4. option 3, but fail with an explanatory error when encountering a toolchain with a newer major version number

I'm having AI attempt option 4.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.