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}}