Skip to content

Commit 16685ba

Browse files
committed
Update os matrix for github actions
1 parent 751c4f0 commit 16685ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-20.04, macos-latest, windows-latest, windows-2019]
13+
os: [ubuntu-latest, ubuntu-24.04, macos-latest, windows-latest, windows-2019]
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)