Skip to content

Commit 9e07eff

Browse files
committed
CI/CD: Removed Ubuntu 20.04
1 parent eda5e61 commit 9e07eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

+1-1
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, ubuntu-24.04]
16+
os: [ubuntu-22.04, ubuntu-24.04]
1717

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

0 commit comments

Comments
 (0)