diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f40be986..dc12f0f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}" diff --git a/src/main/resources/export/cpp/settings.json b/src/main/resources/export/cpp/settings.json index 5e795ffd..7b9fecd2 100644 --- a/src/main/resources/export/cpp/settings.json +++ b/src/main/resources/export/cpp/settings.json @@ -14,5 +14,6 @@ "**/.factorypath": true, "**/*~": true }, - "C_Cpp.default.configurationProvider": "vscode-wpilib" + "C_Cpp.default.configurationProvider": "vscode-wpilib", + "C_Cpp.caseSensitiveFileSupport": "enabled", }