diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0762d82..7b27df4 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-11 + - os: macos-12 toolset: clang - version: 11 + version: 12 steps: - name: Checkout