Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 970637f

Browse files
authored
Merge pull request #1609 from jneira/azure-update-macos
Azure: update macos version and try to fix windows+stack builds
2 parents 4fb5b32 + 7dcede5 commit 970637f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azure/macos-installhs-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
- job: MacOs_installhs_Stack
33
timeoutInMinutes: 0
44
pool:
5-
vmImage: macOS-10.13
5+
vmImage: macOS-10.14
66
variables:
77
YAML_FILE: install/shake.yaml
88
steps:

.azure/macos-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
- job: MacOs_Stack
33
timeoutInMinutes: 0
44
pool:
5-
vmImage: macOS-10.13
5+
vmImage: macOS-10.14
66
strategy:
77
matrix:
88
stack-def:

.azure/windows-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- bash: |
4949
source .azure/windows-stack.bashrc
5050
stack setup --stack-yaml $(YAML_FILE)
51+
stack setup --resolver=lts-13.20 # for liquidhaskell
5152
displayName: Install GHC
5253
- bash: |
5354
source .azure/windows-stack.bashrc
@@ -87,7 +88,6 @@ jobs:
8788
displayName: "Install Runtime Test-Dependencies: z3"
8889
- bash: |
8990
source .azure/windows-stack.bashrc
90-
stack setup --resolver=lts-13.20
9191
stack install --resolver=lts-13.20 liquid-fixpoint-0.8.0.2 liquidhaskell-0.8.6.2
9292
displayName: "Install Runtime Test-Dependencies: liquidhaskell"
9393
- bash: |

0 commit comments

Comments
 (0)