Skip to content

Commit 2b6f2f9

Browse files
committed
Release v2.47.3
Update Windows runner to windows-2025 in CI workflow Replaces the windows-2019 runner with windows-2025 in the GitHub Actions CI matrix to use a more recent Windows environment for testing.
1 parent c64f13f commit 2b6f2f9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [macos-13, windows-2019, ubuntu-22.04]
28+
os: [macos-13, windows-2025, ubuntu-22.04]
2929
arch: [x86, x64, arm64]
3030
include:
3131
- os: macos-13
3232
friendlyName: macOS
3333
targetPlatform: macOS
34-
- os: windows-2019
34+
- os: windows-2025
3535
friendlyName: Windows
3636
targetPlatform: win32
3737
- os: ubuntu-22.04

dependencies.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"git": {
3-
"version": "v2.49.0",
3+
"version": "v2.47.3",
44
"packages": [
55
{
66
"platform": "windows",
77
"arch": "amd64",
8-
"filename": "MinGit-2.49.0-64-bit.zip",
9-
"url": "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/MinGit-2.49.0-64-bit.zip",
10-
"checksum": "971cdee7c0feaa1e41369c46da88d1000a24e79a6f50191c820100338fb7eca5"
8+
"filename": "MinGit-2.47.3-64-bit.zip",
9+
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.3.windows.1/MinGit-2.47.3-64-bit.zip",
10+
"checksum": "033b94947b64c53442feefc4fdb0e66dc0ee619904a559627a952336e7a62e31"
1111
},
1212
{
1313
"platform": "windows",
1414
"arch": "x86",
15-
"filename": "MinGit-2.49.0-32-bit.zip",
16-
"url": "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/MinGit-2.49.0-32-bit.zip",
17-
"checksum": "6d6439436d537624f619ffbf5dba49bcdc4ee1219c5c2756277669928fba2b74"
15+
"filename": "MinGit-2.47.3-32-bit.zip",
16+
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.3.windows.1/MinGit-2.47.3-32-bit.zip",
17+
"checksum": "969c2fd5727cd347775b4956e8c344b5decdf23651f4aa558bd0a91aa9562964"
1818
},
1919
{
2020
"platform": "windows",
2121
"arch": "arm64",
22-
"filename": "MinGit-2.49.0-arm64.zip",
23-
"url": "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/MinGit-2.49.0-arm64.zip",
24-
"checksum": "847bbe519443cd24c716f490a769056a35f42474cafb757663e1dceca159e911"
22+
"filename": "MinGit-2.47.3-arm64.zip",
23+
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.3.windows.1/MinGit-2.47.3-arm64.zip",
24+
"checksum": "4aae1a69de2f029a10438ccd9fa4bf9572b0bcf6f6c6be884f4d2e0acbbaa3aa"
2525
}
2626
]
2727
},

git

Submodule git updated 2578 files

0 commit comments

Comments
 (0)