From d3b77e9649de7a50f496d246ac834c193b7fb4e8 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 4 Jul 2024 23:42:13 +0200 Subject: [PATCH] ci: switch from macOS 11 to macOS 12 The runner image for macOS 11 has been removed on 2024-06-28. See for more information on that. So the easiest fix is probably just to move to the next newest version of macOS that is still avaiable for GHA. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76a186f9..492b21d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: os: ubuntu-20.04 - toolset: clang cxxstd: "14,17" - os: macos-11 + os: macos-12 runs-on: ${{matrix.os}} container: ${{matrix.container}}