Skip to content

Commit cdd0617

Browse files
authored
Merge pull request #660 from filipw/fix-mac-build
Fix MacOs build in Azure Pipelines
2 parents a969f64 + 31377e3 commit cdd0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
displayName: Mac Agent
4444
condition: succeeded()
4545
pool:
46-
name: Hosted macOS
46+
vmImage: 'macOS-latest'
4747
steps:
4848
- bash: |
4949
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 3.1.102

0 commit comments

Comments
 (0)