From 43add119702f76f11a09e169b678bc8997273059 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Tue, 31 Jan 2023 13:45:10 -0800 Subject: [PATCH] Add macos-12 to GHA --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f45f844d..03a8f51c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,8 @@ jobs: compiler: clang-14, cxxstd: '17,20,2b', os: ubuntu-22.04, ccache_key: "san2" } # OSX, clang - - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, sanitize: yes } + - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, } + - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-12, sanitize: yes } timeout-minutes: 120 runs-on: ${{matrix.os}}