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

Commit c9d380c

Browse files
committed
Update macos image (10.13 is deprecated)
1 parent 4fb5b32 commit c9d380c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

0 commit comments

Comments
 (0)