Replace deprecated win-2016 workflows (#990)

* Remplace deprecated win-2016 workflows

* Update action/checkout to v3
This commit is contained in:
Eugene Kliuchnikov 2022-12-20 17:35:26 +01:00 committed by GitHub
parent c48ebca4a8
commit 3152d995b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,17 +81,17 @@ jobs:
cxx_compiler: g++ cxx_compiler: g++
os: macos-latest os: macos-latest
- name: cmake-win64:msvc2017-rel - name: cmake-win64:msvc2019-rel
build_system: cmake build_system: cmake
cmake_generator: Visual Studio 15 2017 Win64 cmake_generator: Visual Studio 16 2019
cmake_config: Release cmake_config: Release
os: windows-2016 os: windows-2019
- name: cmake-win64:msvc2017-dbg - name: cmake-win64:msvc2019-dbg
build_system: cmake build_system: cmake
cmake_generator: Visual Studio 15 2017 Win64 cmake_generator: Visual Studio 16 2019
cmake_config: Debug cmake_config: Debug
os: windows-2016 os: windows-2019
# TODO: consider running this combination in docker # TODO: consider running this combination in docker
#- name: autotools:gcc5 #- name: autotools:gcc5
@ -252,14 +252,14 @@ jobs:
sudo apt install -y ${EXTRA_PACKAGES} sudo apt install -y ${EXTRA_PACKAGES}
- name: Checkout the source - name: Checkout the source
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
submodules: false submodules: false
fetch-depth: 1 fetch-depth: 1
#- name: Checkout VC9 for Python #- name: Checkout VC9 for Python
# if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }} # if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }}
# uses: actions/checkout@v2 # uses: actions/checkout@v3
# with: # with:
# repository: reider-roque/sulley-win-installer # repository: reider-roque/sulley-win-installer
# path: third_party/VCForPython27 # path: third_party/VCForPython27