Skip to content

Commit f892a39

Browse files
committed
build.yaml: Replace dead ubuntu-18.04 by current ubuntu-24.04
1 parent 068dd31 commit f892a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29+
- runs-on: ubuntu-24.04
30+
qt: qt5-qmake
2931
- runs-on: ubuntu-22.04
3032
qt: qt5-qmake
31-
- runs-on: ubuntu-18.04
32-
qt: qt5-default
3333

3434
name: Build (Linux, ${{ matrix.runs-on }})
3535
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)