74
74
parent-image : " "
75
75
image : docker-stacks-foundation
76
76
platform : x86_64
77
- runs-on : ubuntu-latest
77
+ runs-on : ubuntu-24.04
78
78
79
79
aarch64-base :
80
80
uses : ./.github/workflows/docker-build-test-upload.yml
91
91
parent-image : docker-stacks-foundation
92
92
image : base-notebook
93
93
platform : x86_64
94
- runs-on : ubuntu-latest
94
+ runs-on : ubuntu-24.04
95
95
needs : [x86_64-foundation]
96
96
97
97
aarch64-minimal :
@@ -110,7 +110,7 @@ jobs:
110
110
parent-image : base-notebook
111
111
image : minimal-notebook
112
112
platform : x86_64
113
- runs-on : ubuntu-latest
113
+ runs-on : ubuntu-24.04
114
114
needs : [x86_64-base]
115
115
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
116
116
@@ -130,7 +130,7 @@ jobs:
130
130
parent-image : minimal-notebook
131
131
image : scipy-notebook
132
132
platform : x86_64
133
- runs-on : ubuntu-latest
133
+ runs-on : ubuntu-24.04
134
134
needs : [x86_64-minimal]
135
135
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
136
136
@@ -150,7 +150,7 @@ jobs:
150
150
parent-image : minimal-notebook
151
151
image : r-notebook
152
152
platform : x86_64
153
- runs-on : ubuntu-latest
153
+ runs-on : ubuntu-24.04
154
154
needs : [x86_64-minimal]
155
155
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
156
156
@@ -170,7 +170,7 @@ jobs:
170
170
parent-image : minimal-notebook
171
171
image : julia-notebook
172
172
platform : x86_64
173
- runs-on : ubuntu-latest
173
+ runs-on : ubuntu-24.04
174
174
needs : [x86_64-minimal]
175
175
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
176
176
@@ -190,7 +190,7 @@ jobs:
190
190
parent-image : scipy-notebook
191
191
image : tensorflow-notebook
192
192
platform : x86_64
193
- runs-on : ubuntu-latest
193
+ runs-on : ubuntu-24.04
194
194
needs : [x86_64-scipy]
195
195
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
196
196
@@ -201,7 +201,7 @@ jobs:
201
201
image : tensorflow-notebook
202
202
variant : cuda
203
203
platform : x86_64
204
- runs-on : ubuntu-latest
204
+ runs-on : ubuntu-24.04
205
205
needs : [x86_64-scipy]
206
206
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
207
207
@@ -221,7 +221,7 @@ jobs:
221
221
parent-image : scipy-notebook
222
222
image : pytorch-notebook
223
223
platform : x86_64
224
- runs-on : ubuntu-latest
224
+ runs-on : ubuntu-24.04
225
225
needs : [x86_64-scipy]
226
226
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
227
227
@@ -232,7 +232,7 @@ jobs:
232
232
image : pytorch-notebook
233
233
variant : cuda11
234
234
platform : x86_64
235
- runs-on : ubuntu-latest
235
+ runs-on : ubuntu-24.04
236
236
needs : [x86_64-scipy]
237
237
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
238
238
@@ -243,7 +243,7 @@ jobs:
243
243
image : pytorch-notebook
244
244
variant : cuda12
245
245
platform : x86_64
246
- runs-on : ubuntu-latest
246
+ runs-on : ubuntu-24.04
247
247
needs : [x86_64-scipy]
248
248
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
249
249
@@ -263,7 +263,7 @@ jobs:
263
263
parent-image : scipy-notebook
264
264
image : datascience-notebook
265
265
platform : x86_64
266
- runs-on : ubuntu-latest
266
+ runs-on : ubuntu-24.04
267
267
needs : [x86_64-scipy]
268
268
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
269
269
@@ -283,7 +283,7 @@ jobs:
283
283
parent-image : scipy-notebook
284
284
image : pyspark-notebook
285
285
platform : x86_64
286
- runs-on : ubuntu-latest
286
+ runs-on : ubuntu-24.04
287
287
needs : [x86_64-scipy]
288
288
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
289
289
@@ -303,7 +303,7 @@ jobs:
303
303
parent-image : pyspark-notebook
304
304
image : all-spark-notebook
305
305
platform : x86_64
306
- runs-on : ubuntu-latest
306
+ runs-on : ubuntu-24.04
307
307
needs : [x86_64-pyspark]
308
308
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
309
309
0 commit comments