Skip to content

Conversation

@nikobockerman
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 2, 2026 14:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes Windows support from the CI pipeline, simplifying the build matrix to only support Ubuntu and macOS platforms.

Key Changes:

  • Removed Windows from the Rust build/test matrix
  • Eliminated Windows-specific cache preparation jobs and dependencies
  • Cleaned up Windows-specific path handling logic in setup scripts

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/rust-build-test-run.yaml Removed windows-2025 runner from the build matrix
.github/workflows/ci.yaml Removed mise and uv cache preparation jobs for Windows along with their dependency declarations
.github/actions/mise-project-setup/init.sh Removed Windows-specific path separator logic and conditional check for C++ solver directory output
.github/actions/mise-project-setup/action.yaml Removed Windows-specific comment about the TEMP environment variable workaround
Comments suppressed due to low confidence (1)

.github/workflows/rust-build-test-run.yaml:1

  • The version 'windows-2025' appears to be from the future. As of January 2026, GitHub Actions typically uses runner labels like 'windows-2022' or 'windows-latest'. Verify this is a valid runner label.
name: Rust build, test and run

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nikobockerman nikobockerman enabled auto-merge (squash) January 2, 2026 14:52
@nikobockerman nikobockerman merged commit c187e43 into main Jan 2, 2026
46 checks passed
@nikobockerman nikobockerman deleted the remove-windows-from-ci branch January 2, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants