diff --git a/pipelines/azure/app-ci.yml b/pipelines/azure/app-ci.yml index 21a0bb44a..5b5640e23 100644 --- a/pipelines/azure/app-ci.yml +++ b/pipelines/azure/app-ci.yml @@ -44,7 +44,7 @@ stages: - job: buildnetcore displayName: 'Build .NET Core' pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-24.04' steps: - checkout: self @@ -90,8 +90,8 @@ stages: - job: build displayName: 'Build Electron' pool: - vmImage: 'ubuntu-22.04' - container: electronuserland/builder:18-wine + vmImage: 'ubuntu-24.04' + container: electronuserland/builder:20-wine steps: - task: DownloadPipelineArtifact@2 inputs: diff --git a/pipelines/azure/develop-ci.yml b/pipelines/azure/develop-ci.yml index 04eed0940..13512cdb3 100644 --- a/pipelines/azure/develop-ci.yml +++ b/pipelines/azure/develop-ci.yml @@ -61,7 +61,7 @@ stages: timeoutInMinutes: 35 # how long to run the job before automatically cancelling cancelTimeoutInMinutes: 10 # how much time to give 'run always even if cancelled tasks' before stopping them pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-24.04' demands: - msbuild - java diff --git a/pipelines/azure/documentation.yaml b/pipelines/azure/documentation.yaml index 25a7cede0..e72e65996 100644 --- a/pipelines/azure/documentation.yaml +++ b/pipelines/azure/documentation.yaml @@ -43,7 +43,7 @@ stages: timeoutInMinutes: 10 # how long to run the job before automatically cancelling cancelTimeoutInMinutes: 2 # how much time to give 'run always even if cancelled tasks' before stopping them pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-24.04' steps: - checkout: self diff --git a/pipelines/azure/nightly-ci.yml b/pipelines/azure/nightly-ci.yml index a6277f571..f5830d713 100644 --- a/pipelines/azure/nightly-ci.yml +++ b/pipelines/azure/nightly-ci.yml @@ -2,7 +2,7 @@ trigger: none pr: none pool: - vmImage: ubuntu-22.04 + vmImage: ubuntu-24.04 demands: - npm diff --git a/pipelines/azure/shared-web-only.yml b/pipelines/azure/shared-web-only.yml index 10ee3100d..887dd50a7 100644 --- a/pipelines/azure/shared-web-only.yml +++ b/pipelines/azure/shared-web-only.yml @@ -43,7 +43,7 @@ pr: - master pool: - vmImage: 'ubuntu-22.04' + vmImage: 'ubuntu-24.04' steps: - checkout: self