Skip to content

Commit

Permalink
Merge branch 'main' into UpdateSnakeYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 12, 2024
2 parents 2b0be4c + 4f1a772 commit d681723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- os: windows-2022
artifact-name: Win64
architecture: x64
- os: macos-12
- os: macos-13
artifact-name: macOS
architecture: x64
name: "Test - ${{ matrix.artifact-name }}"
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/export/cpp/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"**/.factorypath": true,
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib"
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"C_Cpp.caseSensitiveFileSupport": "enabled",
}

0 comments on commit d681723

Please sign in to comment.