Skip to content

Commit 42b4722

Browse files
committed
ci: cover latest hosted runners
1 parent bd634e1 commit 42b4722

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [
16-
ubuntu-22.04,
17-
ubuntu-24.04,
18-
macos-14,
19-
windows-2022,
20-
]
15+
os:
16+
- ubuntu-22.04
17+
- ubuntu-latest
18+
- macos-14
19+
- macos-latest
20+
- windows-2022
21+
- windows-latest
2122
cpp_version: [11, 14, 17, 20]
2223
build_type: [Release, Debug]
2324

2425
steps:
25-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v5
2627
with:
2728
submodules: recursive
2829
fetch-depth: 0

0 commit comments

Comments
 (0)