Skip to content

Commit e8f99bf

Browse files
chore: Use the machine executor
1 parent bbbf6c6 commit e8f99bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ version: 2.1
22

33
executors:
44
default:
5-
docker:
6-
# depends with rvsol/lib/optimism submodule version
7-
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.53.0
5+
machine:
6+
image: ubuntu-2204:2024.08.1
87

98
workflows:
109
main:

0 commit comments

Comments
 (0)