changeset 32067:b16940405077

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 30 Apr 2023 16:55:20 +0200
parents c9e496db7951 (current diff) a46c30311908 (diff)
children 13362cd35b72
files .github/workflows/make.yaml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Fri Apr 28 12:00:37 2023 -0700
+++ b/.github/workflows/make.yaml	Sun Apr 30 16:55:20 2023 +0200
@@ -167,13 +167,15 @@
   macos:
     runs-on: ${{ matrix.os }}
 
+    name: ${{ matrix.os }}
+
     strategy:
       # Allow other runners in the matrix to continue if some fail
       fail-fast: false
 
       matrix:
         # For available GitHub-hosted runners, see: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
-        os: [macos-11, macos-12]
+        os: [macos-13, 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.