From 45bb3c8b70eebaa27236c9786f7f6ebd15b1e027 Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Mon, 1 Aug 2022 16:13:07 +0800 Subject: [PATCH] chore: bump macos runner version (#62) 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e300dda..958b128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -466,7 +466,7 @@ jobs: - name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,1 Job 26" buildtype: "boost" packages: "" - os: "macos-10.15" + os: "macos-11" cxx: "clang++" sources: "" llvm_os: ""