Update ci.yml

This commit is contained in:
Peter Dimov
2023-02-02 14:54:38 +02:00
parent eb049e0cae
commit 4315faf470

View File

@@ -122,6 +122,9 @@ jobs:
- toolset: clang
cxxstd: "03,11,14,17,2a"
os: macos-11
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-12
runs-on: ${{matrix.os}}