From a166a56401be9aa1edee89912374dee47ced7c68 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 11 Jun 2024 10:00:20 +0200 Subject: [PATCH] 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) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79a66d15..1fd65706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' } # 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', 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-14' } timeout-minutes: 360 # posix (gcc-12 w/ sanitizers is taking longer than 210 minutes