We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d0bb8 commit 66031c2Copy full SHA for 66031c2
.github/workflows/cmakecheck.yml
@@ -5,7 +5,13 @@ on:
5
6
jobs:
7
install_and_find_cmake:
8
- 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)
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
15
16
steps:
17
# Checkout the repository
0 commit comments