Skip to content

Commit

Permalink
chore: update CircleCI machine VM (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-carcel authored Dec 29, 2024
2 parents b2ece86 + 67d7e7e commit 587c00d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflows:
jobs:
tests:
machine:
image: ubuntu-2204:2024.05.1
image: ubuntu-2204:2024.11.1
steps:
- checkout
- set_host_user_ids_environment_variable
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"editor.rulers": [120],
"editor.rulers": [
120
],
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
Expand Down

0 comments on commit 587c00d

Please sign in to comment.