From b655b4d751f191b41dd0ae9470a6ff1c115e1f12 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Tue, 29 Oct 2024 07:52:59 +0200 Subject: [PATCH] Remove macos-12 build request --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index caa3803..023971f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-12, macos-13] + os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-13] build_type: [Release, Debug] cpp_compiler: [g++, clang++, cl] include: