1111jobs :
1212 test-node-example :
1313 name : node-js
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v4.2.2
1818
1919 - name : Free Disk Space (Ubuntu)
2020 uses : jlumbroso/free-disk-space@main
@@ -49,14 +49,14 @@ jobs:
4949
5050 build-hello-world-example :
5151 name : hello-world build
52- runs-on : ubuntu-22 .04
52+ runs-on : ubuntu-24 .04
5353
5454 defaults :
5555 run :
5656 working-directory : ./examples/hello-world
5757
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v4.2.2
6060
6161 - name : Free Disk Space (Ubuntu)
6262 uses : jlumbroso/free-disk-space@main
@@ -90,15 +90,15 @@ jobs:
9090 test-hello-world-example :
9191 name : hello-world test
9292 needs : build-hello-world-example
93- runs-on : ubuntu-22 .04
93+ runs-on : ubuntu-24 .04
9494 container : cypress/browsers:node18.12.0-chrome107
9595
9696 defaults :
9797 run :
9898 working-directory : ./examples/hello-world
9999
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v4.2.2
102102
103103 - name : Load wasm builds
104104 uses : actions/download-artifact@v4
@@ -115,14 +115,14 @@ jobs:
115115
116116 build-test-hello-pipeline-example :
117117 name : hello-pipeline build test
118- runs-on : ubuntu-22 .04
118+ runs-on : ubuntu-24 .04
119119
120120 defaults :
121121 run :
122122 working-directory : ./examples/hello-pipeline
123123
124124 steps :
125- - uses : actions/checkout@v4
125+ - uses : actions/checkout@v4.2.2
126126
127127 - name : Free Disk Space (Ubuntu)
128128 uses : jlumbroso/free-disk-space@main
@@ -150,14 +150,14 @@ jobs:
150150
151151 build-test-inputs-outputs-example :
152152 name : inputs-outputs
153- runs-on : ubuntu-22 .04
153+ runs-on : ubuntu-24 .04
154154
155155 defaults :
156156 run :
157157 working-directory : ./examples/inputs-outputs
158158
159159 steps :
160- - uses : actions/checkout@v4
160+ - uses : actions/checkout@v4.2.2
161161
162162 - name : Free Disk Space (Ubuntu)
163163 uses : jlumbroso/free-disk-space@main
@@ -206,10 +206,10 @@ jobs:
206206
207207 test-webpack-example :
208208 name : webpack
209- runs-on : ubuntu-22 .04
209+ runs-on : ubuntu-24 .04
210210
211211 steps :
212- - uses : actions/checkout@v4
212+ - uses : actions/checkout@v4.2.2
213213
214214 - name : Free Disk Space (Ubuntu)
215215 uses : jlumbroso/free-disk-space@main
@@ -233,10 +233,10 @@ jobs:
233233
234234 test-vite-example :
235235 name : vite
236- runs-on : ubuntu-22 .04
236+ runs-on : ubuntu-24 .04
237237
238238 steps :
239- - uses : actions/checkout@v4
239+ - uses : actions/checkout@v4.2.2
240240
241241 - name : Free Disk Space (Ubuntu)
242242 uses : jlumbroso/free-disk-space@main
@@ -260,13 +260,13 @@ jobs:
260260
261261 test-debugging-example :
262262 name : debugging
263- runs-on : ubuntu-22 .04
263+ runs-on : ubuntu-24 .04
264264 defaults :
265265 run :
266266 working-directory : ./examples/debugging
267267
268268 steps :
269- - uses : actions/checkout@v4
269+ - uses : actions/checkout@v4.2.2
270270
271271 - name : Free Disk Space (Ubuntu)
272272 uses : jlumbroso/free-disk-space@main
@@ -306,13 +306,13 @@ jobs:
306306
307307 test-different-input-types-example :
308308 name : different-input-types
309- runs-on : ubuntu-22 .04
309+ runs-on : ubuntu-24 .04
310310 defaults :
311311 run :
312312 working-directory : ./examples/different-input-types
313313
314314 steps :
315- - uses : actions/checkout@v4
315+ - uses : actions/checkout@v4.2.2
316316
317317 - name : Free Disk Space (Ubuntu)
318318 uses : jlumbroso/free-disk-space@main
@@ -345,10 +345,10 @@ jobs:
345345
346346 test-mean-squares-versor-registration :
347347 name : mean-squares-versor-registration
348- runs-on : ubuntu-22 .04
348+ runs-on : ubuntu-24 .04
349349
350350 steps :
351- - uses : actions/checkout@v4
351+ - uses : actions/checkout@v4.2.2
352352
353353 - name : Free Disk Space (Ubuntu)
354354 uses : jlumbroso/free-disk-space@main
0 commit comments