From 02b4fc46ec1bb4d3b1faf9d3442f644392bd5dbd Mon Sep 17 00:00:00 2001 From: scheffle Date: Thu, 12 Dec 2024 14:43:14 +0100 Subject: [PATCH] update github actions macos environments --- .github/workflows/cmake_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_macos.yml b/.github/workflows/cmake_macos.yml index 5fe120fd7..f53b2bb66 100644 --- a/.github/workflows/cmake_macos.yml +++ b/.github/workflows/cmake_macos.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [macos-12, macos-14] + os: [macos-13, macos-14, macos-15] steps: - uses: actions/checkout@v4