Skip to content

Commit 7bee260

Browse files
committed
change machine image in ci
1 parent 2375b2d commit 7bee260

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
#docker:
2525
#- image: circleci/buildpack-deps:stretch
2626
machine:
27-
image: circleci/classic:latest
27+
image: ubuntu-2204:2022.10.2
2828
steps:
2929
- attach_workspace:
3030
at: /tmp/workspace
@@ -42,7 +42,6 @@ jobs:
4242
fi
4343
4444
workflows:
45-
version: 2.1
4645
build_deploy:
4746
jobs:
4847
- build:

0 commit comments

Comments
 (0)