From 0718ae6f10269a9f5caca0f1811e868c67e65d89 Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Thu, 28 Jul 2022 05:25:50 +0800 Subject: [PATCH] chore: bump macos runner version (#362) GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22 Co-authored-by: Hans Dembinski --- .github/workflows/cov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cov.yml b/.github/workflows/cov.yml index 3587ad81..35c44e5d 100644 --- a/.github/workflows/cov.yml +++ b/.github/workflows/cov.yml @@ -16,7 +16,7 @@ env: jobs: cov: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - name: Fetch Boost superproject