You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/cmake-multi-platform.yml
+14-7
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ jobs:
16
16
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
17
17
fail-fast: false
18
18
19
-
# Set up a matrix to run the following 3 configurations:
20
-
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
21
-
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
22
-
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
23
-
#
24
-
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
19
+
# CMake versions under test are the versions available the supported lts versions of Ubuntu, and the latest version.
20
+
# Once support for a version is dropped, the minimum version can be updated.
0 commit comments