aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2022-12-20 17:35:26 +0100
committerGitHub <noreply@github.com>2022-12-20 17:35:26 +0100
commit3152d995b397f4a3ba9da8c2959cbe5ace7d2ee5 (patch)
tree12756cc9397ba927f0dce5789cb38e02e77775cf /.github
parentc48ebca4a8d852eae4a6f1c7609878a784649f41 (diff)
downloadbrotli-3152d995b397f4a3ba9da8c2959cbe5ace7d2ee5.zip
brotli-3152d995b397f4a3ba9da8c2959cbe5ace7d2ee5.tar.gz
brotli-3152d995b397f4a3ba9da8c2959cbe5ace7d2ee5.tar.bz2
Replace deprecated win-2016 workflows (#990)
* Remplace deprecated win-2016 workflows * Update action/checkout to v3
Diffstat (limited to '.github')
-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