mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update github actions
This commit is contained in:
parent
c726051c5c
commit
ed41cbbd0a
3 changed files with 8 additions and 9 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -11,8 +11,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: windows-2019, vs: "Visual Studio 2019" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#visual-studio-enterprise-2019
|
||||
- { os: windows-2022, vs: "Visual Studio 2022" } # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md#visual-studio-enterprise-2022
|
||||
- { os: windows-2019, vs: "Visual Studio 2019" }
|
||||
- { os: windows-2022, vs: "Visual Studio 2022" }
|
||||
- { os: windows-2025, vs: "Visual Studio 2022" }
|
||||
|
||||
name: "${{ matrix.config.vs }}"
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue