@@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
1919 ledger-tests :
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-22 .04
2121 steps :
2222 - name : Git checkout
2323 uses : actions/checkout@v4
4444 cargo test --release -- -Z unstable-options --report-time
4545
4646 ledger-32x9-tests :
47- runs-on : ubuntu-20 .04
47+ runs-on : ubuntu-22 .04
4848 steps :
4949 - name : Git checkout
5050 uses : actions/checkout@v4
7878 cargo test --release -- -Z unstable-options --report-time
7979
8080 vrf-tests :
81- runs-on : ubuntu-20 .04
81+ runs-on : ubuntu-22 .04
8282 steps :
8383 - name : Git checkout
8484 uses : actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101 cargo test --release -- -Z unstable-options --report-time
102102
103103 tx-fuzzer-check :
104- runs-on : ubuntu-20 .04
104+ runs-on : ubuntu-22 .04
105105 steps :
106106 - name : Git checkout
107107 uses : actions/checkout@v4
@@ -120,7 +120,7 @@ jobs:
120120 cargo check
121121
122122 p2p-tests :
123- runs-on : ubuntu-20 .04
123+ runs-on : ubuntu-22 .04
124124 steps :
125125 - name : Git checkout
126126 uses : actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146
147147
148148 build :
149- runs-on : ubuntu-20 .04
149+ runs-on : ubuntu-22 .04
150150 steps :
151151 - name : Git checkout
152152 uses : actions/checkout@v4
@@ -177,7 +177,7 @@ jobs:
177177 path : target/release/openmina
178178
179179 build_wasm :
180- runs-on : ubuntu-20 .04
180+ runs-on : ubuntu-22 .04
181181 steps :
182182 - name : Git checkout
183183 uses : actions/checkout@v4
@@ -206,7 +206,7 @@ jobs:
206206 wasm-bindgen --keep-debug --web --out-dir pkg ../../target/wasm32-unknown-unknown/release/openmina_node_web.wasm
207207
208208 build-tests :
209- runs-on : ubuntu-20 .04
209+ runs-on : ubuntu-22 .04
210210 steps :
211211 - name : Git checkout
212212 uses : actions/checkout@v4
@@ -242,7 +242,7 @@ jobs:
242242 path : target/release/tests
243243
244244 build-tests-webrtc :
245- runs-on : ubuntu-20 .04
245+ runs-on : ubuntu-22 .04
246246 steps :
247247 - name : Git checkout
248248 uses : actions/checkout@v4
@@ -279,7 +279,7 @@ jobs:
279279
280280 p2p-scenario-tests :
281281 needs : [ build-tests, build-tests-webrtc ]
282- runs-on : ubuntu-20 .04
282+ runs-on : ubuntu-22 .04
283283 container :
284284 image : gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet
285285 options : --volume debugger_data:/tmp/db
@@ -331,7 +331,7 @@ jobs:
331331 if : ${{ always() }}
332332
333333 k8s-peers :
334- runs-on : ubuntu-20 .04
334+ runs-on : ubuntu-22 .04
335335 # TODO: query cluster for actual addresses, or specify then on deployment
336336 env :
337337 PEERS : |
@@ -361,7 +361,7 @@ jobs:
361361 - k8s-peers
362362 - build-tests
363363 - build-tests-webrtc
364- runs-on : ubuntu-20 .04
364+ runs-on : ubuntu-22 .04
365365 container :
366366 image : gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet
367367 options : --volume debugger_data:/tmp/db
@@ -441,7 +441,7 @@ jobs:
441441 - k8s-peers
442442 - build-tests
443443 - build-tests-webrtc
444- runs-on : ubuntu-20 .04
444+ runs-on : ubuntu-22 .04
445445 container :
446446 image : gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet
447447 env :
@@ -471,7 +471,7 @@ jobs:
471471
472472 bootstrap-test :
473473 needs : [ k8s-peers, build, build-tests ]
474- runs-on : ubuntu-20 .04
474+ runs-on : ubuntu-22 .04
475475 env :
476476 PEERS_LIST : ${{ needs.k8s-peers.outputs.peers }}
477477 PEER_LIST_FILE : peer-list.txt
0 commit comments