From a8a43b4778ace6771443e2c50045a4da2267b62c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 21 May 2024 00:59:59 +0300 Subject: [PATCH] Use macos-latest image as macos-11 is being removed. --- .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 e8ae73f..a055bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,7 +292,7 @@ jobs: - toolset: clang cxxstd: "11,14,17,2a" - os: macos-11 + os: macos-latest timeout-minutes: 15 runs-on: ${{matrix.os}}