Skip to content

Commit 2ea3132

Browse files
authored
ci: use Windows 2025
Updated the workflow to use windows-2025 as windows-2019 is not available anymore.
1 parent 2e89539 commit 2ea3132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
buildjob:
1717
name: Get latest MTGA version
18-
runs-on: windows-2019
18+
runs-on: windows-2025
1919
steps:
2020
- uses: actions/checkout@v3
2121
with:
@@ -102,3 +102,4 @@ jobs:
102102
with:
103103
name: Messages.proto
104104
path: ${{steps.extract-proto.outputs.protoPath}}
105+

0 commit comments

Comments
 (0)