forked from mpusz/mp-units
ci: C++ modules disabled for gcc-14
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
cc: "gcc-14",
|
||||
cxx: "g++-14",
|
||||
},
|
||||
cxx_modules: "True",
|
||||
cxx_modules: "False",
|
||||
std_format_support: "True",
|
||||
conan-config: "",
|
||||
}
|
||||
|
5
.github/workflows/ci-test-package-cmake.yml
vendored
5
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -90,9 +90,8 @@ jobs:
|
||||
cc: "gcc-14",
|
||||
cxx: "g++-14",
|
||||
},
|
||||
cxx_modules: "True",
|
||||
std_format_support: "True",
|
||||
conan-config: "",
|
||||
cxx_modules: "False",
|
||||
std_format_support: "True"
|
||||
}
|
||||
- {
|
||||
name: "Clang-16",
|
||||
|
Reference in New Issue
Block a user