Sync eng/common directory with azure-sdk-tools for PR 8457 (#5722)

* Update macos image from 11 to latest

* unpin pester now that 5.6.0 is on the agent

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-06-17 14:54:06 -04:00 committed by GitHub
parent bbfc93fcae
commit b7b9ab04af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -29,7 +29,7 @@ stages:
Image: ubuntu-22.04
Mac:
Pool: Azure Pipelines
Image: macos-11
Image: macos-latest
pool:
name: $(Pool)

View File

@ -13,10 +13,8 @@ parameters:
steps:
# Lock Pester to 5.5.0. The reason being is that the signing of 5.6.0 is different and Windows complains.
# The tracking issue: https://github.com/Azure/azure-sdk-tools/issues/8395
- pwsh: |
Install-Module -Name Pester -RequiredVersion 5.5.0 -Force
Install-Module -Name Pester -Force
displayName: Install Pester
# default test steps