Skip to content

Commit

Permalink
change machine image in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 1, 2023
1 parent 2375b2d commit 7bee260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
#docker:
#- image: circleci/buildpack-deps:stretch
machine:
image: circleci/classic:latest
image: ubuntu-2204:2022.10.2
steps:
- attach_workspace:
at: /tmp/workspace
Expand All @@ -42,7 +42,6 @@ jobs:
fi
workflows:
version: 2.1
build_deploy:
jobs:
- build:
Expand Down

0 comments on commit 7bee260

Please sign in to comment.