From 804767983fb6f77f8e0fd975f23d1facee6f224b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 21 May 2024 01:18:57 +0300 Subject: [PATCH] Added macos-12 and 13 testing in addition to latest (which is 14). --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a055bd4..c64a3f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,8 +291,14 @@ jobs: - libc++abi-15-dev - toolset: clang - cxxstd: "11,14,17,2a" - os: macos-latest + cxxstd: "11,14,17,20,2b" + os: macos-12 + - toolset: clang + cxxstd: "11,14,17,20,2b" + os: macos-13 + - toolset: clang + cxxstd: "11,14,17,20,2b" + os: macos-14 timeout-minutes: 15 runs-on: ${{matrix.os}}