From d307a2d4a75efb0999f97f559f2df83cb9841b8d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 Aug 2022 18:51:51 +0300 Subject: [PATCH] Update ci.yml --- .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 abd3e07..e7679cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: install: clang-14 - toolset: clang cxxstd: "03,11,14,17,2a" - os: macos-10.15 + os: macos-latest runs-on: ${{matrix.os}}