Skip to content

Commit

Permalink
Merge pull request #1766 from qdraw/feature/202410_ado_update
Browse files Browse the repository at this point in the history
update ubuntu version to latest
  • Loading branch information
qdraw authored Oct 11, 2024
2 parents 71e3e29 + b995c36 commit 7e3ec73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pipelines/azure/app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
- job: buildnetcore
displayName: 'Build .NET Core'
pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

steps:
- checkout: self
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger: none
pr: none

pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04
demands:
- npm

Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/shared-web-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pr:
- master

pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

steps:
- checkout: self
Expand Down

0 comments on commit 7e3ec73

Please sign in to comment.