Skip to content

Commit 2ba2bbb

Browse files
committed
Added Ubuntu 24.04 to Github Actions
1 parent 2c5e0be commit 2ba2bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Ubuntu CI QT5
1414
strategy:
1515
matrix:
16-
os: [ubuntu-20.04, ubuntu-22.04]
16+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
1717

1818
runs-on: ${{ matrix.os }}
1919

@@ -35,7 +35,7 @@ jobs:
3535
name: Ubuntu CI QT6
3636
strategy:
3737
matrix:
38-
os: [ubuntu-22.04]
38+
os: [ubuntu-22.04, ubuntu-24.04]
3939

4040
runs-on: ${{ matrix.os }}
4141

0 commit comments

Comments
 (0)