commit f15439df8b62a93dbdcbb8977624067a14f2a6a9 parent 686b80a3f3970f26eba71c9b23f5f1f60fea163f Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Thu, 10 Jun 2021 11:53:51 +0200 Fix syntax Diffstat:
M | .github/workflows/cmake.yml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -22,15 +22,15 @@ jobs: matrix: config: - { - name: linux + name: "linux", os: ubuntu-latest } - { - name: windows + name: "windows", os: windows-latest } - { - name: linux + name: "linux", os: macos-latest }