Skip to content

Commit

Permalink
SG-36700 Upgrade Azure Pipelines vm images (#359)
Browse files Browse the repository at this point in the history
* Upgrade Azure Pipelines vm images

* Downgrade codecov to support x86_64 architecture
  • Loading branch information
carlos-villavicencio-adsk authored Nov 7, 2024
1 parent 319108b commit b5fc779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-templates/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
displayName: Uploading code coverage
- ${{ else }}:
- script: |
curl -Os https://uploader.codecov.io/latest/macos/codecov
curl -Os https://uploader.codecov.io/v0.7.3/macos/codecov
chmod +x codecov
./codecov -f coverage.xml
displayName: Uploading code coverage
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
- template: azure-pipelines-templates/run-tests.yml
parameters:
name: Linux
vm_image: 'ubuntu-20.04'
vm_image: 'ubuntu-latest'

- template: azure-pipelines-templates/run-tests.yml
parameters:
name: macOS
vm_image: 'macOS-12'
vm_image: 'macOS-latest'

- template: azure-pipelines-templates/run-tests.yml
parameters:
name: Windows
vm_image: 'windows-2022'
vm_image: 'windows-latest'

0 comments on commit b5fc779

Please sign in to comment.