From 9631618fc5b500e1b922b832b3c12763e31875ab Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Wed, 27 Jul 2022 01:12:25 +0800 Subject: [PATCH 1/2] chore: bump macos runner version (#29) 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 ec46661..aad979e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' } # OSX, clang - - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15, sanitize: yes } + - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, sanitize: yes } # Coverity Scan # requires two github secrets in repo to activate; see ci/github/coverity.sh From 9edcc8ef2d61146535cda19ae21f98c6af8b3e71 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 26 Jul 2022 10:13:23 -0700 Subject: [PATCH 2/2] Revert "chore: bump macos runner version (#29)" (#30) This reverts commit 9631618fc5b500e1b922b832b3c12763e31875ab. --- .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 aad979e..ec46661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' } # OSX, clang - - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, sanitize: yes } + - { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15, sanitize: yes } # Coverity Scan # requires two github secrets in repo to activate; see ci/github/coverity.sh