From 9fb51029397fcbb7b0991fc718b438be9970d8e3 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Fri, 31 May 2024 20:50:28 +0200 Subject: [PATCH] MacOS: Removed support for MacOS14 --- .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 cac05bc2..1b00e0f9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -59,7 +59,7 @@ jobs: name: MacOS CI strategy: matrix: - os: [macos-13, macos-14] + os: [macos-12, macos-13] runs-on: ${{ matrix.os }}