From 739da5b804cf75978e2730f8af462014cea4b749 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 1 Aug 2025 17:29:51 -0400 Subject: use macos 15 --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b4137b5..3030e7b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-15] build_type: [RelWithDebInfo] c_compiler: [gcc, clang] include: -- cgit