From b2fcce38be770899e44bfd455b63ee57c901e636 Mon Sep 17 00:00:00 2001 From: Christian Granzin Date: Thu, 18 Dec 2025 04:16:19 -0500 Subject: [PATCH] remove macos-13 from ci --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b54a0..bf7a6d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,9 +112,6 @@ jobs: container: ubuntu:24.04 os: ubuntu-latest install: clang-20 - - toolset: clang - cxxstd: "11,14,17,20,2b" - os: macos-13 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14