Skip to content

Commit

Permalink
azure-pipelines.yml: Pins the ubuntu builds to Ubuntu 22.04 LTS due t…
Browse files Browse the repository at this point in the history
…o a .NET 5 OpenSSL dependency issue.
  • Loading branch information
NightOwl888 committed Oct 13, 2024
1 parent 91d2f50 commit e55a06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ stages:
maximumAllowedFailures: 0 # Maximum allowed failures for a successful build
Linux:
osName: 'Linux'
imageName: 'ubuntu-latest'
imageName: 'ubuntu-22.04' # 24.04 now fails for net5.0 because of OpenSLL version issue, so we have to pin this.
maximumAllowedFailures: 0 # Maximum allowed failures for a successful build
macOS:
osName: 'macOS'
Expand Down

0 comments on commit e55a06c

Please sign in to comment.