Skip to content

Commit 901600f

Browse files
committed
Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being removed.
1 parent 38bf38e commit 901600f

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
@@ -270,8 +270,14 @@ jobs:
270270
- libc++abi-15-dev
271271

272272
- toolset: clang
273-
cxxstd: "11,14,17,2a"
274-
os: macos-11
273+
cxxstd: "11,14,17,20,2b"
274+
os: macos-12
275+
- toolset: clang
276+
cxxstd: "11,14,17,20,2b"
277+
os: macos-13
278+
- toolset: clang
279+
cxxstd: "11,14,17,20,2b"
280+
os: macos-14
275281

276282
- name: CMake tests
277283
cmake_tests: 1

0 commit comments

Comments
 (0)