From 3edbcaac99488e177adbe650620ad8023e41d4e7 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 28 Jan 2020 08:56:52 -0400 Subject: [PATCH] re-enable Windows agent for actions --- .github/workflows/netcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}