From 8f3a63a3e5de21d45b2da10b73a65240564b8af3 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 20 Jul 2026 14:04:39 +0100 Subject: [PATCH 1/2] Update LibGit2Sharp.NativeBinaries to 2.0.324 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 1c4abef7b..1e8844867 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -29,7 +29,7 @@ - + From 1dee23896e818e5ae9c0f24cd6d6e4978349e5fa Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 20 Jul 2026 15:23:54 +0100 Subject: [PATCH 2/2] ci: update runner targets for windows, macos --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54837ac35..a3c0fbd73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: strategy: matrix: arch: [ x64 ] - os: [ windows-2019, windows-2022, macos-13 ] + os: [ windows-2022, windows-2025, macos-14, macos-15 ] tfm: [ net472, net8.0, net9.0 ] exclude: - - os: macos-13 + - os: macos-14 tfm: net472 include: - arch: arm64