From 7f196048f96af0fb33b6504234d2d5e7f9f0c9f6 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 14 Jun 2026 15:05:49 -0500 Subject: [PATCH] Use pinned platform --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 604589c..90a6442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,9 @@ permissions: jobs: build-windows: name: Build WinToastWrapper (${{ matrix.rid }}) - runs-on: windows-latest + # Pinned to windows-2022 because the project uses the v143 (VS 2022) toolset. + # windows-latest moved to a newer Visual Studio that no longer ships v143. + runs-on: windows-2022 strategy: fail-fast: false matrix: