File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283
283
test_arm64 :
284
284
name : Test (linux/arm64)
285
285
needs : build
286
- runs-on : ubuntu-latest-8-cores
286
+ runs-on : ubuntu-24.04-arm
287
287
steps :
288
288
- name : Checkout machine emulator source code
289
289
uses : actions/checkout@v4
@@ -306,9 +306,6 @@ jobs:
306
306
username : ${{ github.actor }}
307
307
password : ${{ secrets.GITHUB_TOKEN }}
308
308
309
- - name : Set up QEMU
310
- uses : docker/setup-qemu-action@v3
311
-
312
309
- name : Set up Depot CLI
313
310
uses : depot/setup-action@v1
314
311
@@ -379,11 +376,11 @@ jobs:
379
376
380
377
- name : Run test scripts
381
378
run : |
382
- docker run --platform linux/arm64 --rm -t -e "CARTESI_CONCURRENCY_UPDATE_MERKLE_TREE=1" ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/run-lua-tests.sh
379
+ docker run --platform linux/arm64 --rm -t ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/run-lua-tests.sh
383
380
384
381
- name : Run jsonrpc lua test scripts
385
382
run : |
386
- docker run --platform linux/arm64 --rm -t -e "CARTESI_CONCURRENCY_UPDATE_MERKLE_TREE=1" ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/test-jsonrpc-server.sh jsonrpc-remote-cartesi-machine cartesi-machine cartesi-machine-tests
383
+ docker run --platform linux/arm64 --rm -t ${{ github.repository_owner }}/machine-emulator:tests /usr/share/cartesi-machine/tests/scripts/test-jsonrpc-server.sh jsonrpc-remote-cartesi-machine cartesi-machine cartesi-machine-tests
387
384
388
385
- name : Create cmio templates
389
386
run : |
You can’t perform that action at this time.
0 commit comments