From f6e9529fb280e8c10b0182219421256a0f6bb056 Mon Sep 17 00:00:00 2001 From: Ravenwater Date: Mon, 8 Jul 2024 07:00:48 -0400 Subject: [PATCH] moving CI to use macos-12 --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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