diff --git a/.github/workflows/Build-And-Test.yml b/.github/workflows/Build-And-Test.yml index 9fe5827ac..aec71a4df 100644 --- a/.github/workflows/Build-And-Test.yml +++ b/.github/workflows/Build-And-Test.yml @@ -150,7 +150,7 @@ jobs: path: ${{ github.workspace }}/bin/DebugAdapterProtocolTests/Debug/CppTests/results.trx osx_build: - runs-on: macos-12 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -168,8 +168,10 @@ jobs: - run: | ${{ github.workspace }}/eng/Scripts/CI-Build.sh - - run: | - ${{ github.workspace }}/eng/Scripts/CI-Test.sh + # Disabling lldb-mi tests since DownloadLldbMI.sh will obtain + # an x64 version instead of an arm64 and test will fail. + # - run: | + # ${{ github.workspace }}/eng/Scripts/CI-Test.sh - name: 'Upload Test Results' uses: actions/upload-artifact@v4 diff --git a/build/Analyzers.targets b/build/Analyzers.targets index 572fad403..a2074bfd9 100644 --- a/build/Analyzers.targets +++ b/build/Analyzers.targets @@ -1,18 +1,8 @@ - - false true ..\IDECodeAnalysis.ruleset - - - - - - - - \ No newline at end of file diff --git a/build/package_versions.settings.targets b/build/package_versions.settings.targets index 248548b8e..5870c79ac 100644 --- a/build/package_versions.settings.targets +++ b/build/package_versions.settings.targets @@ -1,14 +1,14 @@ 1.0.1 - 17.11.40262 + 17.12.40391 13.0.3 17.2.60629.1 16.7.1 - 2.4.1 - 2.4.3 + 2.9.2 + 3.0.0 1.3.0 2.1.2 @@ -25,19 +25,19 @@ 17.5.33428.366 17.5.33428.366 17.5.33428.366 - 17.11.40262 - 17.11.40262 - 17.11.20 - 17.11.40262 + 17.12.40392 + 17.12.40391 + 17.12.19 + 17.12.40391 15.0.26932 15.0.392 15.0.392 - 17.11.40262 + 17.12.40391 17.3.2093 4.3.0 6.0.1 - 8.0.4 + 8.0.5 \ No newline at end of file