Skip to content

Commit 1baa93f

Browse files
committed
Add Windows 2025 image
The Windows 2019 support is going away on GitHub Actions so remove it as well.
1 parent e4d88a6 commit 1baa93f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
os: windows-2022
1717
- tag: windows-2022
1818
os: windows-2022
19-
- tag: 1809
20-
os: windows-2019
19+
- tag: 2025
20+
os: windows-2025
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v4

base/Dockerfile.2025

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# TODO: Update to a looser tag once available! Testing 2025 can build
2+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.8.1-20250513-windowsservercore-ltsc2025

0 commit comments

Comments
 (0)