From 66031c247399101504ba0ee81d6a6ee1dffb73d9 Mon Sep 17 00:00:00 2001 From: sangeeths03 Date: Sun, 23 Mar 2025 22:59:01 -0700 Subject: [PATCH] Update cmakecheck.yml --- .github/workflows/cmakecheck.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmakecheck.yml b/.github/workflows/cmakecheck.yml index 308270bf..414af550 100644 --- a/.github/workflows/cmakecheck.yml +++ b/.github/workflows/cmakecheck.yml @@ -5,7 +5,13 @@ on: jobs: install_and_find_cmake: - runs-on: [macos-15,macos-13] # macOS 15 ARM (you can adjust to macOS version as needed) + runs-on: [macos-15] # macOS 15 ARM (you can adjust to macOS version as needed) + + strategy: + matrix: + macos-version: [13, 15] # You can also test on macOS 15 by adding it to the matrix + + steps: # Checkout the repository