Skip to content

Commit 148821d

Browse files
Merge pull request #23 from crowdin/update-ci-images
Update CI images
2 parents 96bd367 + 374bc6d commit 148821d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/azure-pipelines-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- template: templates/jobs.yml
1010
parameters:
1111
name: macOS
12-
vmImage: 'macOS 10.14'
12+
vmImage: 'macOS-latest'

ci/azure-pipelines-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- template: templates/jobs.yml
1010
parameters:
1111
name: Windows
12-
vmImage: 'vs2017-win2016'
12+
vmImage: 'windows-latest'

ci/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ stages:
1616
- template: templates/jobs.yml
1717
parameters:
1818
name: Windows
19-
vmImage: 'vs2017-win2016'
19+
vmImage: 'windows-latest'
2020
- template: templates/jobs.yml
2121
parameters:
2222
name: macOS
23-
vmImage: 'macOS 10.14'
23+
vmImage: 'macOS-latest'
2424
- stage: Publish
2525
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
2626
dependsOn: Tests

0 commit comments

Comments
 (0)