# HG changeset patch # User Markus Mützel # Date 1682866520 -7200 # Node ID b169404050776281ff8115db5898d8e20e059590 # Parent c9e496db7951dffe69e453b8c03aa070edd9be40# Parent a46c30311908237a253b8451f6b8e0d45547b44f maint: Merge stable to default. diff -r c9e496db7951 -r b16940405077 .github/workflows/make.yaml --- 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.