From 76f292a912ad0fc2265cff19216189307b472f55 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Tue, 7 Nov 2023 08:07:14 +0100 Subject: [PATCH] ci: drop the macos-11 runner Brew no longer officially supports macOS Big Sur, resulting in CI pipelines taking almost 5 hours to complete. --- .github/workflows/macos_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index ed834a5c..7d84a750 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-13, macos-12, macos-11 ] + os: [ macos-13, macos-12 ] cc: [ clang ] steps: - uses: actions/checkout@v4