66
66
parent-image : " "
67
67
image : docker-stacks-foundation
68
68
platform : aarch64
69
- runs-on : ubuntu-22 .04-arm
69
+ runs-on : ubuntu-24 .04-arm
70
70
71
71
x86_64-foundation :
72
72
uses : ./.github/workflows/docker-build-test-upload.yml
82
82
parent-image : docker-stacks-foundation
83
83
image : base-notebook
84
84
platform : aarch64
85
- runs-on : ubuntu-22 .04-arm
85
+ runs-on : ubuntu-24 .04-arm
86
86
needs : [aarch64-foundation]
87
87
88
88
x86_64-base :
@@ -100,7 +100,7 @@ jobs:
100
100
parent-image : base-notebook
101
101
image : minimal-notebook
102
102
platform : aarch64
103
- runs-on : ubuntu-22 .04-arm
103
+ runs-on : ubuntu-24 .04-arm
104
104
needs : [aarch64-base]
105
105
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
106
106
@@ -120,7 +120,7 @@ jobs:
120
120
parent-image : minimal-notebook
121
121
image : scipy-notebook
122
122
platform : aarch64
123
- runs-on : ubuntu-22 .04-arm
123
+ runs-on : ubuntu-24 .04-arm
124
124
needs : [aarch64-minimal]
125
125
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
126
126
@@ -140,7 +140,7 @@ jobs:
140
140
parent-image : minimal-notebook
141
141
image : r-notebook
142
142
platform : aarch64
143
- runs-on : ubuntu-22 .04-arm
143
+ runs-on : ubuntu-24 .04-arm
144
144
needs : [aarch64-minimal]
145
145
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
146
146
@@ -160,7 +160,7 @@ jobs:
160
160
parent-image : minimal-notebook
161
161
image : julia-notebook
162
162
platform : aarch64
163
- runs-on : ubuntu-22 .04-arm
163
+ runs-on : ubuntu-24 .04-arm
164
164
needs : [aarch64-minimal]
165
165
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
166
166
@@ -180,7 +180,7 @@ jobs:
180
180
parent-image : scipy-notebook
181
181
image : tensorflow-notebook
182
182
platform : aarch64
183
- runs-on : ubuntu-22 .04-arm
183
+ runs-on : ubuntu-24 .04-arm
184
184
needs : [aarch64-scipy]
185
185
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
186
186
@@ -211,7 +211,7 @@ jobs:
211
211
parent-image : scipy-notebook
212
212
image : pytorch-notebook
213
213
platform : aarch64
214
- runs-on : ubuntu-22 .04-arm
214
+ runs-on : ubuntu-24 .04-arm
215
215
needs : [aarch64-scipy]
216
216
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
217
217
@@ -253,7 +253,7 @@ jobs:
253
253
parent-image : scipy-notebook
254
254
image : datascience-notebook
255
255
platform : aarch64
256
- runs-on : ubuntu-22 .04-arm
256
+ runs-on : ubuntu-24 .04-arm
257
257
needs : [aarch64-scipy]
258
258
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
259
259
@@ -273,7 +273,7 @@ jobs:
273
273
parent-image : scipy-notebook
274
274
image : pyspark-notebook
275
275
platform : aarch64
276
- runs-on : ubuntu-22 .04-arm
276
+ runs-on : ubuntu-24 .04-arm
277
277
needs : [aarch64-scipy]
278
278
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
279
279
@@ -293,7 +293,7 @@ jobs:
293
293
parent-image : pyspark-notebook
294
294
image : all-spark-notebook
295
295
platform : aarch64
296
- runs-on : ubuntu-22 .04-arm
296
+ runs-on : ubuntu-24 .04-arm
297
297
needs : [aarch64-pyspark]
298
298
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
299
299
0 commit comments