mirror of
https://github.com/LANCommander/Notify.NET.git
synced 2026-08-01 03:08:24 -04:00
Use pinned platform
This commit is contained in:
parent
1e81bcc7d9
commit
6ba4227659
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue