mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Remove VS 2017 as GitHub Actions compiler
VS 2017 doesn't fully support C++17
This commit is contained in:
parent
fe3a7fc21e
commit
2837b3623b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { name: Windows VS2017, os: windows-2016 }
|
|
||||||
- { name: Windows VS2019, os: windows-2019 }
|
- { name: Windows VS2019, os: windows-2019 }
|
||||||
- { name: Windows VS2022, os: windows-2022 }
|
- { name: Windows VS2022, os: windows-2022 }
|
||||||
- { name: Linux GCC, os: ubuntu-latest }
|
- { name: Linux GCC, os: ubuntu-latest }
|
||||||
|
Loading…
Reference in New Issue
Block a user