changeset 31011:77968df298fd

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 23 May 2022 13:58:07 +0200
parents a0c8c28c38cb (current diff) c2407c2749fb (diff)
children ab5a4df64bc3
files .github/workflows/make.yaml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sun May 22 19:36:01 2022 +0200
+++ b/.github/workflows/make.yaml	Mon May 23 13:58:07 2022 +0200
@@ -14,7 +14,7 @@
       matrix:
         # For available GitHub-hosted runners, see:
         # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
-        os: [ubuntu-20.04, ubuntu-18.04]
+        os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
         compiler: [gcc, clang]
         include:
           - compiler: gcc
@@ -147,7 +147,7 @@
 
       matrix:
         # For available GitHub-hosted runners, see: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
-        os: [macos-10.15, macos-11]
+        os: [macos-10.15, macos-11, macos-12]
         # Most (or all) homebrew packages are compiled with clang and link
         # against libc++.  So we also use clang to avoid issues with symbols
         # that don't match.