ci: github: try another windows os name
This commit is contained in:
parent
4693212bcd
commit
6ce2854543
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user