From e02d711df13fac15a1446de9ee92cd8120dcb042 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 00:11:30 -0800 Subject: [PATCH] ci: github: windows-latest on its own --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 238704b4d..206735b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,8 @@ jobs: strategy: matrix: # os runners: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources - os: [ubuntu-latest, macos-latest] # , windows-latest] # why not recognised ?? + # os: [ubuntu-latest, macos-latest] # , windows-latest] # why not recognised ?? + os: [windows-latest] # use this to specify what resolvers and ghc to use plan: # - { build: stack, resolver: "--resolver lts-9" } # ghc-8.0.2