From 2a4dbd1d8df5cd516c2ac8dbd42a0e7cfd87430c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 26 Nov 2025 01:27:27 +0300 Subject: [PATCH] Removed macos-13 GitHub Actions CI job. The macos-13 image is deprecated by GitHub Actions and will be removed. Refs https://github.com/actions/runner-images/issues/13046. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b85fb6..c953ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,9 +293,6 @@ jobs: - libc++-18-dev - libc++abi-18-dev - - toolset: clang - cxxstd: "11,14,17,20,2b" - os: macos-13 - toolset: clang cxxstd: "11,14,17,20,2b" os: macos-14