From 7b39151346703799b6ce63afb352de5692d91933 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Mar 2020 19:57:41 -0800 Subject: [PATCH] ci: github: drop windows for now, not recognised --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b0b149ac..21ccae8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,13 @@ # ("Currently not working for cabal-install >= 3") # Based on https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/travis-complex.yml +# ref: +# https://help.github.com/en/actions +# https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources +# https://github.com/actions/cache +# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows + + name: hledger default CI tests on: @@ -18,7 +25,7 @@ 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-2019] + os: [ubuntu-latest, macos-latest] # not recognised:, windows-latest] # use this to specify what resolvers and ghc to use plan: # - { build: stack, resolver: "--resolver lts-9" } # ghc-8.0.2