Skip to content

Commit d70b7f2

Browse files
committed
chore: update CircleCI machine VM
1 parent fd8e5f0 commit d70b7f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workflows:
1414
jobs:
1515
tests:
1616
machine:
17-
image: ubuntu-2204:2024.05.1
17+
image: ubuntu-2204:2024.11.1
1818
steps:
1919
- checkout
2020
- set_host_user_ids_environment_variable

Diff for: .vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"editor.rulers": [120],
2+
"editor.rulers": [
3+
120
4+
],
35
"files.insertFinalNewline": true,
46
"files.trimFinalNewlines": true,
57
"files.trimTrailingWhitespace": true,

0 commit comments

Comments
 (0)