# HG changeset patch # User Markus Mützel # Date 1658939415 -7200 # Node ID 6f4c8063b4c2bb0dfd3978be599e6e7b7911a993 # Parent ef45a559f592e2b8d240237d917adbb88e45a678 GitHub-CI: Remove macos-10.15 runners from build matrix. * .github/workflow/make.yaml (macos): GitHub-hosted runners for macos-10.15 are being deprecated. Remove them from build matrix. See also: https://github.com/actions/virtual-environments/issues/5583 diff -r ef45a559f592 -r 6f4c8063b4c2 .github/workflows/make.yaml --- a/.github/workflows/make.yaml Wed Jul 27 13:26:28 2022 +0200 +++ b/.github/workflows/make.yaml Wed Jul 27 18:30:15 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.