Skip to content

Commit 75cf70f

Browse files
Pin Ubuntu 22.04 for agent version in pipelines (#1175)
* Install libssl-dev * Add repo * Use 22.04
1 parent 2c606fd commit 75cf70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/azure-pipelines/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stages:
3636
- job: Linux
3737
timeoutInMinutes: 90
3838
pool:
39-
vmImage: ubuntu-latest
39+
vmImage: ubuntu-22.04 # Ubuntu 24.04 causes an error about missing libssl - using 22.04 for now
4040
workspace:
4141
clean: all
4242
steps:

0 commit comments

Comments
 (0)