Move CI to *-latest runners and sync vcpkg baseline with runner images - #366
Draft
Bill Avery (wravery) with Copilot wants to merge 1 commit into
Draft
Bill Avery (wravery) with Copilot wants to merge 1 commit into
Bill Avery (wravery) with Copilot wants to merge 1 commit into
Conversation
Co-authored-by: wravery <6502881+wravery@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Bill Avery (wravery)
September 15, 2026 22:09
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ahead of the next release, the workflows were audited for stale runner images, outdated action tags, and a vcpkg baseline that no longer matches what's preinstalled on the hosted runners.
Runner images
macos-13(Intel, deprecated) →macos-latest(macOS 26, arm64). Cache key updatedvcpkg-binaries-x64-osx→vcpkg-binaries-arm64-osxto match the new default triplet; the arm64 cache starts cold on first run.windows-2022→windows-latest(Windows Server 2025). That image ships Visual Studio Enterprise 2026 only, so the generator changes and the job is renamedvs2022→vs2026:arch/libs/configmatrix is unchanged. CMake on that image is 4.4.3, which knows the VS 18 generator.ubuntu-latest; left as-is.vcpkg
builtin-baseline→04a9d8e5212d01ee1dd9478eadd9caade4f8b0d4, the vcpkg commit preinstalled on all three latest images (ubuntu-24.04, macOS 26, Windows Server 2025 all report "build from commit 04a9d8e521"), soVCPKG_INSTALLATION_ROOTand the manifest agree.Action tags
actions/checkout(3d3c42e5…= v7.0.1) andactions/cache(55cc8345…= v6.1.0) are already pinned to the newest releases; unchanged.Worth watching on this branch: the first Windows build under VS 2026 and the first macOS arm64 build.