Skip to content

Commit 25d513a

Browse files
authored
GitHub Action: upgrade Windows 2019 to 2025
1 parent 6b50d7d commit 25d513a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Build LDView
2424
run: cd QT ; mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} ; ./makerpm
2525

26-
build-windows:
27-
runs-on: windows-2019
26+
build-windows-2025:
27+
runs-on: windows-2025
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)