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 9, 2024
1 parent a1677b7 commit 254e5c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- template: Test-Bash.yml@templates
parameters:
name: 'Test_Linux'
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}

- 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 @@ -65,7 +65,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_Linux'
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
Expand All @@ -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 254e5c9

Please sign in to comment.