mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
dropped macos-11 and included macos-14 (#254)
* dropped macos-11 and included macos-14 * enabled CI for this branch * disabled CI for this branch (was for testing purposes)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -107,10 +107,10 @@ jobs:
|
|||||||
- { compiler: 'clang-15', cxxstd: '17,20,2b', os: 'ubuntu-22.04', stdlib: libc++, install: 'clang-15 libc++-15-dev libc++abi-15-dev' }
|
- { compiler: 'clang-15', cxxstd: '17,20,2b', os: 'ubuntu-22.04', stdlib: libc++, install: 'clang-15 libc++-15-dev libc++abi-15-dev' }
|
||||||
|
|
||||||
# OSX, clang
|
# OSX, clang
|
||||||
- { compiler: clang, cxxstd: '11,14,17,2a', os: 'macos-11' }
|
|
||||||
- { compiler: clang, cxxstd: '11,14,17,2a', os: 'macos-12', sanitize: yes, ccache_key: "san1" }
|
- { compiler: clang, cxxstd: '11,14,17,2a', os: 'macos-12', sanitize: yes, ccache_key: "san1" }
|
||||||
- { compiler: clang, cxxstd: '11,14,17,2a', os: 'macos-12', thread-sanitize: yes, targets: 'libs/unordered/test//cfoa_tests', ccache_key: "tsan" }
|
- { compiler: clang, cxxstd: '11,14,17,2a', os: 'macos-12', thread-sanitize: yes, targets: 'libs/unordered/test//cfoa_tests', ccache_key: "tsan" }
|
||||||
- { compiler: clang, cxxstd: '11,14,17,20,2b', os: 'macos-13' }
|
- { compiler: clang, cxxstd: '11,14,17,20,2b', os: 'macos-13' }
|
||||||
|
- { compiler: clang, cxxstd: '11,14,17,20,2b', os: 'macos-14' }
|
||||||
|
|
||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
# posix (gcc-12 w/ sanitizers is taking longer than 210 minutes
|
# posix (gcc-12 w/ sanitizers is taking longer than 210 minutes
|
||||||
|
Reference in New Issue
Block a user