mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being removed.
This commit is contained in:
parent
4f7219965a
commit
0abef890ee
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -315,8 +315,14 @@ jobs:
|
|||||||
- libc++abi-15-dev
|
- libc++abi-15-dev
|
||||||
|
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd: "11,14,17,2a"
|
cxxstd: "11,14,17,20,2b"
|
||||||
os: macos-11
|
os: macos-12
|
||||||
|
- toolset: clang
|
||||||
|
cxxstd: "11,14,17,20,2b"
|
||||||
|
os: macos-13
|
||||||
|
- toolset: clang
|
||||||
|
cxxstd: "11,14,17,20,2b"
|
||||||
|
os: macos-14
|
||||||
|
|
||||||
- name: CMake tests
|
- name: CMake tests
|
||||||
cmake_tests: 1
|
cmake_tests: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user