From 0fab5cb3d79cb25566507d53e2d39bbfec06b114 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 7 Dec 2024 15:28:51 +0300 Subject: [PATCH] Removed macos-12 job from GHA CI. The image is deprecated. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21c37d52a..6f714cd8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,9 +284,6 @@ jobs: - libc++-18-dev - libc++abi-18-dev - - toolset: clang - cxxstd: "11,14,17,20,2b" - os: macos-12 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-13