Browse Source

housekeeping: fix CI

Bruce Wayne 3 years ago
parent
commit
2cb5d5c42c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/CI.yaml

+ 1 - 1
.github/workflows/CI.yaml

@@ -7,7 +7,7 @@ env:
 
 jobs:
   check_format:
-    runs-on: ubuntu-latest
+    runs-on: windows-latest
     steps:
       - name: Setup .NET
         uses: actions/setup-dotnet@v2