Skip to content

Commit 2bf992b

Browse files
committed
ci: update GitHub Actions workflow to include Ubuntu 24.04
1 parent c0c5a0c commit 2bf992b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [
16-
ubuntu-20.04,
15+
os: [
1716
ubuntu-22.04,
17+
ubuntu-24.04,
1818
macos-13,
1919
macos-14,
2020
windows-2019,

0 commit comments

Comments
 (0)