Skip to content

Commit 0108d0e

Browse files
committed
Set minimal Ubuntu version to 22.04 for github flow
20.04 deprecated and will be removed 2025.05.15. Be ready, that 20.04 building can be brokken. I will open for 20.04 builds fixes, but it will not be automatically checked anymore.
1 parent b691a3a commit 0108d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
build_type: [Release, Debug]
2222
skip_meson: [false]
2323
include:
24-
- os: ubuntu-20.04
24+
- os: ubuntu-22.04
2525
build_type: Release
2626
skip_meson: true
27-
- os: ubuntu-20.04
27+
- os: ubuntu-22.04
2828
build_type: Debug
2929
skip_meson: true
3030

0 commit comments

Comments
 (0)