Skip to content

Commit

Permalink
Use macOS-12 image for instrumented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgusain committed Oct 3, 2024
1 parent 9c99299 commit 775ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/templates/run-instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
timeoutInMinutes: ${{ parameters.timeout }}
displayName: Run ${{ parameters.projectName }} ${{ parameters.projectVariantName }} instrumented test
pool:
vmImage: macOS-latest
vmImage: macOS-12
variables:
- name: android.system.image
value: system-images;android-${{ parameters.androidAPIlevel }};${{ parameters.androidVariant }};${{ parameters.androidABI }}
Expand Down

0 comments on commit 775ae0f

Please sign in to comment.