Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions JetBrains.Profiler.SelfApi/src/Impl/CommandLineToolsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
/// <summary>2023.1</summary>
internal static readonly NuGet.SemanticVersion NupkgVersion = new(2024, 1);
/// <summary>2025.3</summary>
internal static readonly NuGet.SemanticVersion NupkgVersion = new(2025, 3);
}
}