Changeset - r26191:130915d6fd43
[Not reviewed]
master
0 1 0
Loïc Guilloux - 2 years ago 2022-03-13 15:05:24
glx22@users.noreply.github.com
Change: [Actions] Remove VS2017 and restore VS2019 for CI (#9835)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -237,7 +237,7 @@ jobs:
 
    strategy:
 
      fail-fast: false
 
      matrix:
 
        os: [windows-latest, windows-2016]
 
        os: [windows-latest, windows-2019]
 
        arch: [x86, x64]
 

	
 
    runs-on: ${{ matrix.os }}
0 comments (0 inline, 0 general)