changeset 31157:ae3938c7eb67

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 27 Jul 2022 18:31:36 +0200
parents 929c05cf2afa (current diff) 6f4c8063b4c2 (diff)
children 731b6a5c7c4c
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Jul 27 13:27:00 2022 +0200
+++ b/.github/workflows/make.yaml	Wed Jul 27 18:31:36 2022 +0200
@@ -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, macos-12]
+        os: [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.