Grammar changes

This commit is contained in:
Justin Goshi (from Dev Box)
2023-08-03 12:37:25 -10:00
parent 12e30f58ec
commit 34455614ec
+2 -2
View File
@@ -1,6 +1,6 @@
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CMake on a multiple platforms
name: CMake on multiple platforms
on:
push:
@@ -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. Can consider changing this to true when the 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: