ci: github: drop windows for now, not recognised
This commit is contained in:
parent
28cedbfc88
commit
7b39151346
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -3,6 +3,13 @@
|
|||||||
# ("Currently not working for cabal-install >= 3")
|
# ("Currently not working for cabal-install >= 3")
|
||||||
# Based on https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/travis-complex.yml
|
# 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
|
name: hledger default CI tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -18,7 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# os runners: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
|
# 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
|
# use this to specify what resolvers and ghc to use
|
||||||
plan:
|
plan:
|
||||||
# - { build: stack, resolver: "--resolver lts-9" } # ghc-8.0.2
|
# - { build: stack, resolver: "--resolver lts-9" } # ghc-8.0.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user