From cbd61ba5b9bbefebab0eeabf07ece4cc928d2159 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 24 Aug 2022 20:43:19 +0300 Subject: [PATCH] Change macos-10.15 to macos-11 in ci.yml --- .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 02fe6eb..1fa5d59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: install: clang-14 - toolset: clang cxxstd: "03,11,14,17,2a" - os: macos-10.15 + os: macos-11 runs-on: ${{matrix.os}}