From b995c365987f37b94d4968159d12fc3594439b19 Mon Sep 17 00:00:00 2001 From: Dion Date: Fri, 11 Oct 2024 18:40:19 +0200 Subject: [PATCH] update ubuntu version to latest --- pipelines/azure/app-ci.yml | 6 +++--- pipelines/azure/develop-ci.yml | 2 +- pipelines/azure/documentation.yaml | 2 +- pipelines/azure/nightly-ci.yml | 2 +- pipelines/azure/shared-web-only.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pipelines/azure/app-ci.yml b/pipelines/azure/app-ci.yml index 21a0bb44ab..5b5640e23f 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 04eed09401..13512cdb30 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 25a7cede01..e72e659968 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 a6277f5712..f5830d713a 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 10ee3100d0..887dd50a77 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