Skip to content

Commit f6248fd

Browse files
authored
Changed job verify-api-revapi to use Large machine in CI (#1771)
1 parent b461193 commit f6248fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ jobs:
536536
- run: exit 0
537537

538538
verify-api-revapi:
539-
executor: ubuntu
539+
executor:
540+
name: ubuntu
541+
machine: large
540542
steps:
541543
- when:
542544
condition:

0 commit comments

Comments
 (0)