From dd17d618a2a980a48539eb1e42bbee22ac5da919 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 4 Dec 2024 11:25:43 +0100 Subject: [PATCH] CI: macos-12 runners no longer available --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a871877..7c7ec2545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,14 +300,14 @@ jobs: compiler-name: Clang LLVM os-name: macOS os-arch: x86_64 - os: macos-12 + os: macos-13 cmake-gen: Ninja min-deploy: 10.13 - build-type: RelWithDebInfo compiler-name: Clang LLVM os-name: macOS os-arch: arm64 - os: macos-12 + os: macos-13 cmake-gen: Ninja min-deploy: 11.0 env: