Use pinned platform

This commit is contained in:
Pat Hartl 2026-06-14 15:05:49 -05:00
parent 1e81bcc7d9
commit 6ba4227659

View file

@ -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: