aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/basic.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-12-15 20:10:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-12-15 20:19:56 +0300
commitd021eae1cf9806282745935391a5ca282f4b5999 (patch)
tree11f7eaf21628681296559ad97777405377386cde /.github/workflows/basic.yml
parentv3.3 (diff)
downloadcmake-common-d021eae1cf9806282745935391a5ca282f4b5999.tar.gz
cmake-common-d021eae1cf9806282745935391a5ca282f4b5999.zip
support VS 2022
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r--.github/workflows/basic.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml
index f7d8fc5..6adf3ac 100644
--- a/.github/workflows/basic.yml
+++ b/.github/workflows/basic.yml
@@ -21,9 +21,9 @@ jobs:
os:
strategy:
matrix:
- os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, macos-10.15, macos-11]
+ os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, windows-2022, macos-10.15, macos-11]
include:
- - boost-version: 1.72.0
+ - boost-version: 1.78.0
runs-on: '${{ matrix.os }}'
name: 'Image: ${{ matrix.os }}'
defaults:
@@ -56,7 +56,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9, 3.x]
include:
- os: ubuntu-latest
- - boost-version: 1.72.0
+ - boost-version: 1.78.0
runs-on: '${{ matrix.os }}'
name: 'Python ${{ matrix.python-version }}'
defaults: