From e610f398b807853a11161cd748eefe7773236bcf Mon Sep 17 00:00:00 2001 From: Steve Gerbino Date: Thu, 22 Jan 2026 22:18:54 +0100 Subject: [PATCH] Normalize build matrix --- .drone.star => .done.star.disabled | 0 .github/workflows/ci.yml | 15 +-------------- 2 files changed, 1 insertion(+), 14 deletions(-) rename .drone.star => .done.star.disabled (100%) diff --git a/.drone.star b/.done.star.disabled similarity index 100% rename from .drone.star rename to .done.star.disabled diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d03b27..0eacef1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: build-type: "Release" build-cmake: true - # macOS (2 configurations) + # macOS (1 configuration) # TODO: Re-enable when BSD/kqueue support is implemented # # - compiler: "apple-clang" @@ -120,19 +120,6 @@ jobs: # build-type: "RelWithDebInfo" # asan: true # ubsan: true - # - # - compiler: "apple-clang" - # version: "*" - # cxxstd: "20" - # latest-cxxstd: "20" - # cxx: "clang++" - # cc: "clang" - # runs-on: "macos-14" - # b2-toolset: "clang" - # name: "Apple-Clang (macOS 14): C++20" - # shared: true - # build-type: "Release" - # build-cmake: true # Linux GCC (4 configurations)