diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 74bb099..83c0486 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04, macos-13, windows-latest ] + os: [ ubuntu-22.04, macos-15-intel, windows-latest ] runs-on: ${{ matrix.os }} diff --git a/JetBrains.Profiler.SelfApi/src/Impl/CommandLineToolsConfig.cs b/JetBrains.Profiler.SelfApi/src/Impl/CommandLineToolsConfig.cs index 8829a46..8b3a563 100644 --- a/JetBrains.Profiler.SelfApi/src/Impl/CommandLineToolsConfig.cs +++ b/JetBrains.Profiler.SelfApi/src/Impl/CommandLineToolsConfig.cs @@ -5,7 +5,7 @@ internal static class CommandLineToolsConfig // The version (major and minor only!!!) of JetBrains.dotTrace.CommandLineTools and JetBrains.dotMemory.Console // NuGet-packages that must be downloaded. // Don't forget to update xmldoc. The xmldoc is used for injecting proper version into Init methods (inheritdoc). - /// 2023.1 - internal static readonly NuGet.SemanticVersion NupkgVersion = new(2024, 1); + /// 2025.3 + internal static readonly NuGet.SemanticVersion NupkgVersion = new(2025, 3); } } \ No newline at end of file