diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7b27df4..76a1ccc 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,9 +30,9 @@ jobs: - os: ubuntu-22.04 # need to set explicity os version toolset: gcc version: 22.04 # the reason why you need to set os version - - os: macos-12 + - os: macos-14 toolset: clang - version: 12 + version: 14 steps: - name: Checkout