Skip to content

Commit 0a169b5

Browse files
authored
Update the macOS Azure CI image to macos-10.15 (atom#21318)
1 parent bd189eb commit 0a169b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

script/vsts/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
timeoutInMinutes: 180
5757

5858
pool:
59-
vmImage: macos-10.14
59+
vmImage: macos-10.15
6060

6161
steps:
6262
- template: platforms/templates/preparation.yml

script/vsts/platforms/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
1111
RunCoreMainTests: true
1212
pool:
13-
vmImage: macos-10.14
13+
vmImage: macos-10.15
1414

1515
steps:
1616
- template: templates/preparation.yml
@@ -48,7 +48,7 @@ jobs:
4848
dependsOn: macOS_build
4949
timeoutInMinutes: 180
5050
pool:
51-
vmImage: macos-10.14
51+
vmImage: macos-10.15
5252
strategy:
5353
maxParallel: 3
5454
matrix:

0 commit comments

Comments
 (0)