Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Dimov
07fd4c1e98 Add macos jobs to ci.yml 2024-05-25 14:39:45 +03:00

View File

@@ -30,6 +30,15 @@ jobs:
- toolset: clang-15 - toolset: clang-15
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04 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 # TODO: fix and uncomment
#- toolset: clang #- toolset: clang
# cxxstd: "03,11,14,17,2a" # cxxstd: "03,11,14,17,2a"
@@ -118,10 +127,10 @@ jobs:
cxxstd: "14,17,latest" cxxstd: "14,17,latest"
addrmd: 64 addrmd: 64
os: windows-2019 os: windows-2019
#- toolset: gcc - toolset: gcc
# cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
# addrmd: 64 addrmd: 64
# os: windows-2019 os: windows-2019
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}