From ef9c903055ba98e56c52fe83c4c3cc2be528231f Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 16 Dec 2025 12:20:38 +0300 Subject: [PATCH] Reorder macos parameters in GitHub Actions CI for better readability in web UI. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5ccaec..b44a238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -255,14 +255,14 @@ jobs: os: ubuntu-latest install: clang-17 - toolset: clang - cxxstd: "11,14,17,20,2b" os: macos-14 + cxxstd: "11,14,17,20,2b" - toolset: clang - cxxstd: "11,14,17,20,23,2c" os: macos-15 - - toolset: clang cxxstd: "11,14,17,20,23,2c" + - toolset: clang os: macos-26 + cxxstd: "11,14,17,20,23,2c" runs-on: ${{matrix.os}}