Skip to content

Commit dd4f189

Browse files
authored
Merge pull request #15181 from ethereum/fix-ci-default-evm-version
Fix default EVM version in CI.
2 parents 5da0f47 + baddb21 commit dd4f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030
default: "solbuildpackpusher/solidity-buildpack-deps@sha256:c57f2bfb8c15d70fe290629358dd1c73dc126e3760f443b54764797556b887d4"
3131
evm-version:
3232
type: string
33-
default: london
33+
default: cancun
3434

3535
orbs:
3636
win: circleci/windows@2.2.0

0 commit comments

Comments
 (0)