L0Lmaker commented on code in PR #1766:
URL: https://github.com/apache/tinkerpop/pull/1766#discussion_r929124522


##########
.github/workflows/build-test.yml:
##########
@@ -187,7 +187,10 @@ jobs:
     name: .NET
     timeout-minutes: 20
     needs: smoke
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        os: [ubuntu-latest, windows-latest]

Review Comment:
   It doesn't seem like it failed so it seems this might not be an issue after 
all. Hiding comment as it's resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to