From 9fda7b0afbd0640f482f4aea8720a8c0afd18740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Sch=C3=BCmann?= Date: Thu, 23 Jan 2025 07:26:01 +0100 Subject: [PATCH] Update build_cmake.yml, removing macOS build versions not supported by GitHub --- .github/workflows/build_cmake.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index c8170ec..59aca66 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -100,24 +100,6 @@ jobs: cc: clang cxx: clang++ - - name: "macOS 12 AppleClang" - os: macos-12 - build_type: Release - packages: ninja - generator: Ninja - compatibility: "cxx_std_11;cxx_std_17" - cc: clang - cxx: clang++ - - - name: "macOS 11 AppleClang" - os: macos-11 - build_type: Release - packages: ninja - generator: Ninja - compatibility: "cxx_std_11;cxx_std_17" - cc: clang - cxx: clang++ - steps: - uses: actions/checkout@v2