We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd634e1 commit 42b4722Copy full SHA for 42b4722
1 file changed
.github/workflows/cmake.yml
@@ -12,17 +12,18 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [
16
- ubuntu-22.04,
17
- ubuntu-24.04,
18
- macos-14,
19
- windows-2022,
20
- ]
+ os:
+ - ubuntu-22.04
+ - ubuntu-latest
+ - macos-14
+ - macos-latest
+ - windows-2022
21
+ - windows-latest
22
cpp_version: [11, 14, 17, 20]
23
build_type: [Release, Debug]
24
25
steps:
- - uses: actions/checkout@v3
26
+ - uses: actions/checkout@v5
27
with:
28
submodules: recursive
29
fetch-depth: 0
0 commit comments