Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit f392968

Browse files
authored
Updates base images for two jobs (#380)
1 parent 72d88e7 commit f392968

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ commands: # a reusable command with parameters
6060
path: /tmp/circleci-test-results
6161
jobs:
6262
ensureSamplesAndGeneratorDocsUpToDate:
63-
machine:
64-
image: ubuntu-2004:202201-02
63+
docker:
64+
- image: cimg/openjdk:11.0.22
6565
working_directory: ~/OpenAPITools/openapi-json-schema-generator
6666
shell: /bin/bash --login
6767
environment:
@@ -78,8 +78,8 @@ jobs:
7878
paths:
7979
- ~/.m2
8080
mvnCleanInstall:
81-
machine:
82-
image: ubuntu-2004:202201-02
81+
docker:
82+
- image: cimg/openjdk:11.0.22
8383
working_directory: ~/OpenAPITools/openapi-json-schema-generator
8484
shell: /bin/bash --login
8585
environment:

0 commit comments

Comments
 (0)