Skip to content

Commit eea343a

Browse files
committed
Added macos-12 and 13 testing in addition to latest (which is 14).
1 parent 42a3456 commit eea343a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,14 @@ jobs:
283283
- libc++abi-15-dev
284284

285285
- toolset: clang
286-
cxxstd: "11,14,17,2a"
287-
os: macos-latest
286+
cxxstd: "11,14,17,20,2b"
287+
os: macos-12
288+
- toolset: clang
289+
cxxstd: "11,14,17,20,2b"
290+
os: macos-13
291+
- toolset: clang
292+
cxxstd: "11,14,17,20,2b"
293+
os: macos-14
288294

289295
- name: CMake tests
290296
cmake_tests: 1

0 commit comments

Comments
 (0)