Skip to content

Commit fb452a4

Browse files
committed
ci: switch the EVM execution env to REVM
We have deprecated the EVM interpreter, and from now on we'll be running all EVM tests on REVM.
1 parent 0d19eb1 commit fb452a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks
121121
target-machine: ${{ matrix.target }}
122122
toolchain: ${{ matrix.toolchain }}
123-
environment: ${{ matrix.target == 'eravm' && 'zk_evm' || 'EVMInterpreter' }}
123+
environment: ${{ matrix.target == 'eravm' && 'zk_evm' || 'REVM' }}
124124
ccache-key: 'llvm-Linux-X64-gnu'
125125

126126
# Integration tests workflow call from the era-compiler-ci repository

0 commit comments

Comments
 (0)