mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 03:45:30 +07:00
temporary remove msvc 2017
This commit is contained in:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -10,8 +10,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
# https://github.com/actions/virtual-environments/tree/main/images/win
|
# https://github.com/actions/virtual-environments/tree/main/images/win
|
||||||
- { os: "windows-2016", vs: "Visual Studio 2017", arch: "x86" }
|
|
||||||
- { os: "windows-2016", vs: "Visual Studio 2017", arch: "x64" }
|
|
||||||
- { os: "windows-2019", vs: "Visual Studio 2019", arch: "x86" }
|
- { os: "windows-2019", vs: "Visual Studio 2019", arch: "x86" }
|
||||||
- { os: "windows-2019", vs: "Visual Studio 2019", arch: "x64" }
|
- { os: "windows-2019", vs: "Visual Studio 2019", arch: "x64" }
|
||||||
name: "${{matrix.config.vs}} ${{matrix.config.arch}}"
|
name: "${{matrix.config.vs}} ${{matrix.config.arch}}"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
- [gcc](https://www.gnu.org/software/gcc/) **>= 7**
|
- [gcc](https://www.gnu.org/software/gcc/) **>= 7**
|
||||||
- [clang](https://clang.llvm.org/) **>= 5.0**
|
- [clang](https://clang.llvm.org/) **>= 5.0**
|
||||||
- [msvc](https://visualstudio.microsoft.com/) **>= 2017**
|
- [msvc](https://visualstudio.microsoft.com/) **>= 2019**
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user