Skip to content

Commit 513150d

Browse files
authored
Update build_cmake.yml
1 parent f3a206c commit 513150d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@ jobs:
1515
config:
1616
- {
1717
name: "Ubuntu Latest GCC Release (Intel)",
18-
os: ubuntu-22.04,
18+
os: ubuntu-24.04,
1919
build_type: "Release", cc: "gcc", cxx: "g++",
2020
build_gen: "Unix Makefiles",
2121
cmake_extra_opts: "-Dbuild_search=YES -Dbuild_app=YES -Dbuild_parse=YES"
2222
}
2323
- {
2424
name: "Ubuntu Latest GCC Debug (Intel)",
25-
os: ubuntu-22.04,
25+
os: ubuntu-24.04,
2626
build_type: "Debug", cc: "gcc", cxx: "g++",
2727
build_gen: "Unix Makefiles",
2828
cmake_extra_opts: "-Dbuild_search=YES -Dbuild_app=YES -Dbuild_parse=YES"
2929
}
3030
- {
3131
name: "Ubuntu Latest Clang Release (Intel)",
32-
os: ubuntu-22.04,
32+
os: ubuntu-24.04,
3333
build_type: "Release", cc: "clang", cxx: "clang++",
3434
build_gen: "Unix Makefiles",
3535
cmake_extra_opts: "-Duse_libclang=YES -Dstatic_libclang=YES -Duse_libc++=NO"
3636
}
3737
- {
3838
name: "Ubuntu Latest Clang Debug (Intel)",
39-
os: ubuntu-22.04,
39+
os: ubuntu-24.04,
4040
build_type: "Debug", cc: "clang", cxx: "clang++",
4141
build_gen: "Unix Makefiles",
4242
cmake_extra_opts: "-Duse_libclang=YES -Dstatic_libclang=YES -Duse_libc++=NO"

0 commit comments

Comments
 (0)