Skip to content

Commit 07fd4c1

Browse files
committed
Add macos jobs to ci.yml
1 parent 39afcef commit 07fd4c1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/ci.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
- toolset: clang-15
3131
cxxstd: "03,11,14,17,2a"
3232
os: ubuntu-22.04
33+
- toolset: clang
34+
cxxstd: "03,11,14,17,20,2b"
35+
os: macos-12
36+
- toolset: clang
37+
cxxstd: "03,11,14,17,20,2b"
38+
os: macos-13
39+
- toolset: clang
40+
cxxstd: "03,11,14,17,20,2b"
41+
os: macos-14
3342
# TODO: fix and uncomment
3443
#- toolset: clang
3544
# cxxstd: "03,11,14,17,2a"
@@ -118,10 +127,10 @@ jobs:
118127
cxxstd: "14,17,latest"
119128
addrmd: 64
120129
os: windows-2019
121-
#- toolset: gcc
122-
# cxxstd: "03,11,14,17,2a"
123-
# addrmd: 64
124-
# os: windows-2019
130+
- toolset: gcc
131+
cxxstd: "03,11,14,17,2a"
132+
addrmd: 64
133+
os: windows-2019
125134

126135
runs-on: ${{matrix.os}}
127136

0 commit comments

Comments
 (0)