Skip to content

Commit

Permalink
Merge pull request #133 from crowdin/update-ci-environments
Browse files Browse the repository at this point in the history
Update CI environments
  • Loading branch information
andrii-bodnar committed Nov 10, 2021
2 parents 5df899f + 9245080 commit d1c8781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/azure-pipelines-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- template: templates/jobs.yml
parameters:
name: macOS
vmImage: 'macOS 10.14'
vmImage: 'macOS-latest'
2 changes: 1 addition & 1 deletion ci/azure-pipelines-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- template: templates/jobs.yml
parameters:
name: Windows
vmImage: 'vs2017-win2016'
vmImage: 'windows-latest'
4 changes: 2 additions & 2 deletions ci/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ stages:
- template: templates/jobs.yml
parameters:
name: Windows
vmImage: 'vs2017-win2016'
vmImage: 'windows-latest'
- template: templates/jobs.yml
parameters:
name: macOS
vmImage: 'macOS 10.14'
vmImage: 'macOS-latest'
- stage: Publish
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
dependsOn: Tests
Expand Down

0 comments on commit d1c8781

Please sign in to comment.