ci: github: try another windows os name

This commit is contained in:
Simon Michael 2020-03-05 19:13:11 -08:00
parent 4693212bcd
commit 6ce2854543

View File

@ -35,7 +35,7 @@
# so we can wait for then. # so we can wait for then.
# * support for cabal-install >= 3 # * support for cabal-install >= 3
name: hledger CI using github actions name: hledger default CI tests
on: on:
push: push:
@ -49,7 +49,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, macos-latest, Windows2019] # 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