diff --git a/.github/workflows/netcore.yml b/.github/workflows/netcore.yml index 87366f2a..94638326 100644 --- a/.github/workflows/netcore.yml +++ b/.github/workflows/netcore.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }}