summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9559ada..58f557b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
linux:
strategy:
matrix:
- os: [ ubuntu-18.04, ubuntu-20.04 ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
steps:
- name: install dependencies
@@ -56,7 +56,7 @@ jobs:
macos:
strategy:
matrix:
- os: [ macos-10.15, macos-11 ]
+ os: [ macos-10.15, macos-11, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
@@ -77,9 +77,11 @@ jobs:
- name: make distcheck
run: make distcheck
- win-srv-2019:
-
- runs-on: windows-2019
+ windows:
+ strategy:
+ matrix:
+ os: [ windows-2019, windows-2022 ]
+ runs-on: ${{ matrix.os }}
steps:
- name: install dependencies