aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_test.yml16
1 files 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