Skip to content

Commit

Permalink
azure-pipelines.yml: remove deprecated macOS-12 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Stanea committed Feb 6, 2025
1 parent c36078a commit 8aa9d4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ jobs:
clean: all
strategy:
matrix:
macOS_12:
poolName: 'Azure Pipelines'
vmImage: 'macOS-12'
artifactName: 'macOS-12'
macOS_13_x64:
poolName: 'Azure Pipelines'
vmImage: 'macOS-13'
Expand Down Expand Up @@ -204,7 +200,7 @@ jobs:
versionSpec: '3.11'
- task: PowerShell@2
displayName: 'Install Dependencies'
inputs:
inputs:
targetType: filePath
filePath: ./CI/windows/install_deps.ps1
- task: PowerShell@2
Expand Down

0 comments on commit 8aa9d4f

Please sign in to comment.