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
@@ -47,14 +47,14 @@ jobs:
4747
4848 build-hello-world-example :
4949 name : hello-world build
50- runs-on : ubuntu-22 .04
50+ runs-on : ubuntu-24 .04
5151
5252 defaults :
5353 run :
5454 working-directory : ./examples/hello-world
5555
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v4.2.2
5858
5959 - name : Free Disk Space (Ubuntu)
6060 uses : jlumbroso/free-disk-space@main
@@ -87,15 +87,15 @@ jobs:
8787 test-hello-world-example :
8888 name : hello-world test
8989 needs : build-hello-world-example
90- runs-on : ubuntu-22 .04
90+ runs-on : ubuntu-24 .04
9191 container : cypress/browsers:node18.12.0-chrome107
9292
9393 defaults :
9494 run :
9595 working-directory : ./examples/hello-world
9696
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v4.2.2
9999
100100 - name : Load wasm builds
101101 uses : actions/download-artifact@v4
@@ -112,14 +112,14 @@ jobs:
112112
113113 build-test-hello-pipeline-example :
114114 name : hello-pipeline build test
115- runs-on : ubuntu-22 .04
115+ runs-on : ubuntu-24 .04
116116
117117 defaults :
118118 run :
119119 working-directory : ./examples/hello-pipeline
120120
121121 steps :
122- - uses : actions/checkout@v4
122+ - uses : actions/checkout@v4.2.2
123123
124124 - name : Free Disk Space (Ubuntu)
125125 uses : jlumbroso/free-disk-space@main
@@ -147,14 +147,14 @@ jobs:
147147
148148 build-test-inputs-outputs-example :
149149 name : inputs-outputs
150- runs-on : ubuntu-22 .04
150+ runs-on : ubuntu-24 .04
151151
152152 defaults :
153153 run :
154154 working-directory : ./examples/inputs-outputs
155155
156156 steps :
157- - uses : actions/checkout@v4
157+ - uses : actions/checkout@v4.2.2
158158
159159 - name : Free Disk Space (Ubuntu)
160160 uses : jlumbroso/free-disk-space@main
@@ -201,10 +201,10 @@ jobs:
201201
202202 test-webpack-example :
203203 name : webpack
204- runs-on : ubuntu-22 .04
204+ runs-on : ubuntu-24 .04
205205
206206 steps :
207- - uses : actions/checkout@v4
207+ - uses : actions/checkout@v4.2.2
208208
209209 - name : Free Disk Space (Ubuntu)
210210 uses : jlumbroso/free-disk-space@main
@@ -228,10 +228,10 @@ jobs:
228228
229229 test-vite-example :
230230 name : vite
231- runs-on : ubuntu-22 .04
231+ runs-on : ubuntu-24 .04
232232
233233 steps :
234- - uses : actions/checkout@v4
234+ - uses : actions/checkout@v4.2.2
235235
236236 - name : Free Disk Space (Ubuntu)
237237 uses : jlumbroso/free-disk-space@main
@@ -255,13 +255,13 @@ jobs:
255255
256256 test-debugging-example :
257257 name : debugging
258- runs-on : ubuntu-22 .04
258+ runs-on : ubuntu-24 .04
259259 defaults :
260260 run :
261261 working-directory : ./examples/debugging
262262
263263 steps :
264- - uses : actions/checkout@v4
264+ - uses : actions/checkout@v4.2.2
265265
266266 - name : Free Disk Space (Ubuntu)
267267 uses : jlumbroso/free-disk-space@main
@@ -299,13 +299,13 @@ jobs:
299299
300300 test-different-input-types-example :
301301 name : different-input-types
302- runs-on : ubuntu-22 .04
302+ runs-on : ubuntu-24 .04
303303 defaults :
304304 run :
305305 working-directory : ./examples/different-input-types
306306
307307 steps :
308- - uses : actions/checkout@v4
308+ - uses : actions/checkout@v4.2.2
309309
310310 - name : Free Disk Space (Ubuntu)
311311 uses : jlumbroso/free-disk-space@main
@@ -335,10 +335,10 @@ jobs:
335335
336336 test-mean-squares-versor-registration :
337337 name : mean-squares-versor-registration
338- runs-on : ubuntu-22 .04
338+ runs-on : ubuntu-24 .04
339339
340340 steps :
341- - uses : actions/checkout@v4
341+ - uses : actions/checkout@v4.2.2
342342
343343 - name : Free Disk Space (Ubuntu)
344344 uses : jlumbroso/free-disk-space@main
0 commit comments