From 3abe5de533a45628755b6ebf518d3a5c37a20377 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 22 Jul 2022 20:44:54 +0300 Subject: [PATCH] Switch from macos-10.15 (deprecated) to macos-11 --- .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 3772be36..0d75d225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' } # OSX, clang - - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15, sanitize: yes } + - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, sanitize: yes } timeout-minutes: 120 runs-on: ${{matrix.os}}