Skip to content

Commit

Permalink
bugfixing MacOS azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
neo2068 committed Jan 4, 2024
1 parent 6a053d3 commit 51cf046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
timeoutInMinutes: 0
pool:
vmImage: 'macOS-11'
variables:
version_string: $[ dependencies.DetectBuildType.outputs['setvarStep.version_string'] ]
variables:
version_string: $[ dependencies.DetectBuildType.outputs['setvarStep.version_string'] ]

steps:
- script: ./scripts/azurepipeline/macos/install.sh
Expand Down

0 comments on commit 51cf046

Please sign in to comment.