Skip to content

Commit 46cc1dc

Browse files
hartworkvitalybuka
authored andcommitted
Pin Ubuntu to 24.04 for CI stability
Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 5595eff commit 46cc1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest]
26+
os: [ubuntu-24.04]
2727
build_type: [Release, Debug]
2828
c_compiler: [clang]
2929
include:
30-
- os: ubuntu-latest
30+
- os: ubuntu-24.04
3131
c_compiler: clang
3232
cpp_compiler: clang++
3333

0 commit comments

Comments
 (0)