From 597fbab63957b2869fc1ba1b24e830144edd312f Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Wed, 4 Dec 2024 10:24:16 +0100 Subject: [PATCH] Remove macos-12. (#1070) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b327f364..f7379234f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -303,9 +303,6 @@ jobs: cxxstd: ["14", "17", "20"] include: - - os: "macOS-12" - cxxstd: "14" - - os: "macOS-13" cxxstd: "20"