Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jul 22, 2024
1 parent d88cc63 commit d1b8bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- template: Test-Bash.yml@templates
parameters:
name: 'Test_macOS'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_macOS_x64'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
Expand All @@ -85,7 +85,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_macOS_arm64'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
Expand Down

0 comments on commit d1b8bee

Please sign in to comment.