From 2835aff8172c217ddae7787411e1a392d7d0b33e Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Mon, 25 Jul 2022 17:56:25 +0800 Subject: [PATCH] chore: bump macos runner version 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 --- .github/workflows/posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 53ba656..467f3b6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -39,7 +39,7 @@ jobs: os: ubuntu-18.04 - toolset: clang cxxstd: "14,17,2a" - os: macos-10.15 + os: macos-11 runs-on: ${{matrix.os}}