Skip to content

Commit

Permalink
Bump resolver to lts-13.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed May 8, 2019
1 parent 9f0c38c commit 5a289d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'mkjson-linux-x86_64'
targetPath: '.stack-work/install/x86_64-linux/lts-13.12/8.6.4/bin/'
targetPath: '.stack-work/install/x86_64-linux/lts-13.20/8.6.5/bin/'

- job: MacOSTest
pool:
Expand All @@ -34,7 +34,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'mkjson-osx-x86_64'
targetPath: '.stack-work/install/x86_64-osx/lts-13.12/8.6.4/bin/'
targetPath: '.stack-work/install/x86_64-osx/lts-13.20/8.6.5/bin/'

- job: WindowsTest
pool:
Expand All @@ -52,7 +52,7 @@ jobs:
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'mkjson-windows-x86_64'
targetPath: '.stack-work\install\f33caf5a\bin'
targetPath: '.stack-work\install\d0f5f7d8\bin'

- job: Release
dependsOn:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
resolver: lts-13.12
resolver: lts-13.20

packages:
- .
Expand Down

0 comments on commit 5a289d5

Please sign in to comment.