diff --git a/ci/cmake-multi-platform.yml b/ci/cmake-multi-platform.yml index e0bcb55..8762e9f 100644 --- a/ci/cmake-multi-platform.yml +++ b/ci/cmake-multi-platform.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: - # 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. + # 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. fail-fast: false # Set up a matrix to run the following 3 configurations: diff --git a/ci/properties/cmake-multi-platform.json b/ci/properties/cmake-multi-platform.properties.json similarity index 100% rename from ci/properties/cmake-multi-platform.json rename to ci/properties/cmake-multi-platform.properties.json diff --git a/ci/properties/cmake-single-platform.json b/ci/properties/cmake-single-platform.properties.json similarity index 100% rename from ci/properties/cmake-single-platform.json rename to ci/properties/cmake-single-platform.properties.json