Skip to content

Commit

Permalink
Merge branch 'master' into release/11.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jul 6, 2024
2 parents b543a94 + 9d6a8f1 commit ac637e7
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 @@ -25,13 +25,13 @@ jobs:
- template: Test-Bash.yml@templates
parameters:
name: 'Test_Linux'
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
BuildConfiguration: ${{ variables.BuildConfiguration }}

- template: Test-Bash.yml@templates
parameters:
name: 'Test_macOS'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}

- template: Pack-MyGet.yml@templates
Expand All @@ -58,7 +58,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_Linux'
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
BuildConfiguration: ${{ variables.BuildConfiguration }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
Expand All @@ -67,7 +67,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_macOS_x64'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
Expand All @@ -76,7 +76,7 @@ jobs:
- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_macOS_arm64'
vmImage: 'macOS-11'
vmImage: 'macOS-14'
BuildConfiguration: ${{ variables.BuildConfiguration }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
Expand Down

0 comments on commit ac637e7

Please sign in to comment.