From bf2fb398deb2ea02d2077bfb9581d161cb3fb337 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 26 Jul 2022 10:12:49 -0700 Subject: [PATCH] Revert "chore: bump macos runner version (#29)" 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