aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/basic.yml
diff options
context:
space:
mode:
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: