From d22bf3ea378ba6cf3f77c98a8afd81051b39ce20 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 12 Aug 2022 15:59:03 +0300 Subject: [PATCH] Switch to macos-11 GHA image as macos-10.15 is deprecated. --- .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 cf24f04..a5ee123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: - toolset: clang cxxstd: "03,11,14,17,2a" - os: macos-10.15 + os: macos-11 timeout-minutes: 60 runs-on: ${{matrix.os}}