diff --git a/examples/ci.kdl b/examples/ci.kdl index adc54cf..d5443c7 100644 --- a/examples/ci.kdl +++ b/examples/ci.kdl @@ -28,7 +28,7 @@ jobs { strategy { matrix { rust "1.46.0" "stable" - os "ubuntu-latest", "macOS-latest", "windows-latest" + os "ubuntu-latest" "macOS-latest" "windows-latest" } }