From 07fd4c1e985928fb4511f393273f735ad53e70e0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 25 May 2024 14:39:45 +0300 Subject: [PATCH] Add macos jobs to ci.yml --- .github/workflows/ci.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a600a06..ac2a21f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,15 @@ jobs: - toolset: clang-15 cxxstd: "03,11,14,17,2a" os: ubuntu-22.04 + - toolset: clang + cxxstd: "03,11,14,17,20,2b" + os: macos-12 + - toolset: clang + cxxstd: "03,11,14,17,20,2b" + os: macos-13 + - toolset: clang + cxxstd: "03,11,14,17,20,2b" + os: macos-14 # TODO: fix and uncomment #- toolset: clang # cxxstd: "03,11,14,17,2a" @@ -118,10 +127,10 @@ jobs: cxxstd: "14,17,latest" addrmd: 64 os: windows-2019 - #- toolset: gcc - # cxxstd: "03,11,14,17,2a" - # addrmd: 64 - # os: windows-2019 + - toolset: gcc + cxxstd: "03,11,14,17,2a" + addrmd: 64 + os: windows-2019 runs-on: ${{matrix.os}}