Skip to content

Commit 976ed6c

Browse files
authored
Use ubuntu-24.04 instead of ubuntu-latest (#2210)
1 parent 8c38e0f commit 976ed6c

9 files changed

+22
-22
lines changed

.github/workflows/contributed-recipes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
generate-matrix:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04
2525
outputs:
2626
matrix: ${{ steps.set-matrix.outputs.matrix }}
2727
steps:

.github/workflows/docker-merge-tags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
merge-tags:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- name: Checkout Repo ⚡️

.github/workflows/docker-tag-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
tag-push:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-24.04
3232

3333
steps:
3434
# Image with CUDA needs extra disk space

.github/workflows/docker-wiki-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
wiki-update:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout Repo ⚡️

.github/workflows/docker.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
parent-image: ""
7575
image: docker-stacks-foundation
7676
platform: x86_64
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-24.04
7878

7979
aarch64-base:
8080
uses: ./.github/workflows/docker-build-test-upload.yml
@@ -91,7 +91,7 @@ jobs:
9191
parent-image: docker-stacks-foundation
9292
image: base-notebook
9393
platform: x86_64
94-
runs-on: ubuntu-latest
94+
runs-on: ubuntu-24.04
9595
needs: [x86_64-foundation]
9696

9797
aarch64-minimal:
@@ -110,7 +110,7 @@ jobs:
110110
parent-image: base-notebook
111111
image: minimal-notebook
112112
platform: x86_64
113-
runs-on: ubuntu-latest
113+
runs-on: ubuntu-24.04
114114
needs: [x86_64-base]
115115
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
116116

@@ -130,7 +130,7 @@ jobs:
130130
parent-image: minimal-notebook
131131
image: scipy-notebook
132132
platform: x86_64
133-
runs-on: ubuntu-latest
133+
runs-on: ubuntu-24.04
134134
needs: [x86_64-minimal]
135135
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
136136

@@ -150,7 +150,7 @@ jobs:
150150
parent-image: minimal-notebook
151151
image: r-notebook
152152
platform: x86_64
153-
runs-on: ubuntu-latest
153+
runs-on: ubuntu-24.04
154154
needs: [x86_64-minimal]
155155
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
156156

@@ -170,7 +170,7 @@ jobs:
170170
parent-image: minimal-notebook
171171
image: julia-notebook
172172
platform: x86_64
173-
runs-on: ubuntu-latest
173+
runs-on: ubuntu-24.04
174174
needs: [x86_64-minimal]
175175
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
176176

@@ -190,7 +190,7 @@ jobs:
190190
parent-image: scipy-notebook
191191
image: tensorflow-notebook
192192
platform: x86_64
193-
runs-on: ubuntu-latest
193+
runs-on: ubuntu-24.04
194194
needs: [x86_64-scipy]
195195
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
196196

@@ -201,7 +201,7 @@ jobs:
201201
image: tensorflow-notebook
202202
variant: cuda
203203
platform: x86_64
204-
runs-on: ubuntu-latest
204+
runs-on: ubuntu-24.04
205205
needs: [x86_64-scipy]
206206
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
207207

@@ -221,7 +221,7 @@ jobs:
221221
parent-image: scipy-notebook
222222
image: pytorch-notebook
223223
platform: x86_64
224-
runs-on: ubuntu-latest
224+
runs-on: ubuntu-24.04
225225
needs: [x86_64-scipy]
226226
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
227227

@@ -232,7 +232,7 @@ jobs:
232232
image: pytorch-notebook
233233
variant: cuda11
234234
platform: x86_64
235-
runs-on: ubuntu-latest
235+
runs-on: ubuntu-24.04
236236
needs: [x86_64-scipy]
237237
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
238238

@@ -243,7 +243,7 @@ jobs:
243243
image: pytorch-notebook
244244
variant: cuda12
245245
platform: x86_64
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-24.04
247247
needs: [x86_64-scipy]
248248
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
249249

@@ -263,7 +263,7 @@ jobs:
263263
parent-image: scipy-notebook
264264
image: datascience-notebook
265265
platform: x86_64
266-
runs-on: ubuntu-latest
266+
runs-on: ubuntu-24.04
267267
needs: [x86_64-scipy]
268268
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
269269

@@ -283,7 +283,7 @@ jobs:
283283
parent-image: scipy-notebook
284284
image: pyspark-notebook
285285
platform: x86_64
286-
runs-on: ubuntu-latest
286+
runs-on: ubuntu-24.04
287287
needs: [x86_64-scipy]
288288
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
289289

@@ -303,7 +303,7 @@ jobs:
303303
parent-image: pyspark-notebook
304304
image: all-spark-notebook
305305
platform: x86_64
306-
runs-on: ubuntu-latest
306+
runs-on: ubuntu-24.04
307307
needs: [x86_64-pyspark]
308308
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
309309

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
run-hooks:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout Repo ⚡️

.github/workflows/registry-overviews.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
update-overview:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
if: github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru'
2020

2121
steps:

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
contents: write
2929
if: github.repository_owner == 'jupyter' || github.repository_owner == 'mathbunnyru' || github.event_name != 'schedule'
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
3131

3232
steps:
3333
- name: Checkout Repo ⚡️

docs/using/recipe_code/generate_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def generate_matrix() -> dict[str, Any]:
1414
dockerfiles = sorted(file.name for file in THIS_DIR.glob("*.dockerfile"))
15-
runs_on = ["ubuntu-latest", "ubuntu-22.04-arm"]
15+
runs_on = ["ubuntu-24.04", "ubuntu-22.04-arm"]
1616
return {
1717
"dockerfile": dockerfiles,
1818
"runs-on": runs_on,

0 commit comments

Comments
 (0)