From 3152d995b397f4a3ba9da8c2959cbe5ace7d2ee5 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Tue, 20 Dec 2022 17:35:26 +0100 Subject: Replace deprecated win-2016 workflows (#990) * Remplace deprecated win-2016 workflows * Update action/checkout to v3 --- .github/workflows/build_test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9324847..a7b23d6 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -81,17 +81,17 @@ jobs: cxx_compiler: g++ os: macos-latest - - name: cmake-win64:msvc2017-rel + - name: cmake-win64:msvc2019-rel build_system: cmake - cmake_generator: Visual Studio 15 2017 Win64 + cmake_generator: Visual Studio 16 2019 cmake_config: Release - os: windows-2016 + os: windows-2019 - - name: cmake-win64:msvc2017-dbg + - name: cmake-win64:msvc2019-dbg build_system: cmake - cmake_generator: Visual Studio 15 2017 Win64 + cmake_generator: Visual Studio 16 2019 cmake_config: Debug - os: windows-2016 + os: windows-2019 # TODO: consider running this combination in docker #- name: autotools:gcc5 @@ -252,14 +252,14 @@ jobs: sudo apt install -y ${EXTRA_PACKAGES} - name: Checkout the source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false fetch-depth: 1 #- name: Checkout VC9 for Python # if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }} - # uses: actions/checkout@v2 + # uses: actions/checkout@v3 # with: # repository: reider-roque/sulley-win-installer # path: third_party/VCForPython27 -- cgit v1.1