Skip to content

Commit 66031c2

Browse files
authored
Update cmakecheck.yml
1 parent 41d0bb8 commit 66031c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cmakecheck.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ on:
55

66
jobs:
77
install_and_find_cmake:
8-
runs-on: [macos-15,macos-13] # macOS 15 ARM (you can adjust to macOS version as needed)
8+
runs-on: [macos-15] # macOS 15 ARM (you can adjust to macOS version as needed)
9+
10+
strategy:
11+
matrix:
12+
macos-version: [13, 15] # You can also test on macOS 15 by adding it to the matrix
13+
14+
915

1016
steps:
1117
# Checkout the repository

0 commit comments

Comments
 (0)