Skip to content

Commit 915d1f8

Browse files
authored
CI Switch to using newer ubuntu images for CI workflows (scikit-learn#30813)
1 parent f93ff1b commit 915d1f8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cuda-label-remover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
label-remover:
1717
if: contains(github.event.pull_request.labels.*.name, 'CUDA CI')
1818
name: Remove "CUDA CI" Label
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions-ecosystem/action-remove-labels@v1
2222
with:

.github/workflows/labeler-title-regex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414

1515
labeler:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- job: git_commit
1212
displayName: Get Git Commit
1313
pool:
14-
vmImage: ubuntu-20.04
14+
vmImage: ubuntu-24.04
1515
steps:
1616
- bash: python build_tools/azure/get_commit_message.py
1717
name: commit
@@ -27,7 +27,7 @@ jobs:
2727
)
2828
displayName: Linting
2929
pool:
30-
vmImage: ubuntu-20.04
30+
vmImage: ubuntu-24.04
3131
steps:
3232
- task: UsePythonVersion@0
3333
inputs:
@@ -49,7 +49,7 @@ jobs:
4949
- template: build_tools/azure/posix.yml
5050
parameters:
5151
name: Linux_Nightly
52-
vmImage: ubuntu-20.04
52+
vmImage: ubuntu-22.04
5353
dependsOn: [git_commit, linting]
5454
condition: |
5555
and(
@@ -126,7 +126,7 @@ jobs:
126126
- template: build_tools/azure/posix.yml
127127
parameters:
128128
name: Linux_Runs
129-
vmImage: ubuntu-20.04
129+
vmImage: ubuntu-22.04
130130
dependsOn: [git_commit]
131131
condition: |
132132
and(
@@ -232,7 +232,7 @@ jobs:
232232
- template: build_tools/azure/posix-docker.yml
233233
parameters:
234234
name: Linux_Docker
235-
vmImage: ubuntu-20.04
235+
vmImage: ubuntu-24.04
236236
dependsOn: [linting, git_commit, Ubuntu_Jammy_Jellyfish]
237237
# Runs when dependencies succeeded or skipped
238238
condition: |

0 commit comments

Comments
 (0)