Skip to content

Commit f52bbf0

Browse files
authored
update windows runner 2019 -> 2025
1 parent 42eb056 commit f52bbf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wf-build-release-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
test:
3939
needs: build
40-
runs-on: windows-2019
40+
runs-on: windows-2025
4141
steps:
4242
- name: Download artifacts
4343
uses: actions/download-artifact@v4
@@ -139,7 +139,7 @@ jobs:
139139

140140
pack-push-ci:
141141
needs: test
142-
runs-on: windows-2019
142+
runs-on: windows-2025
143143
env:
144144
GH_PKG_SEC: ${{ secrets.GITHUB_TOKEN }}
145145
steps:
@@ -193,7 +193,7 @@ jobs:
193193
clean:
194194
needs: [build, test, pack-push-ci]
195195
if: always()
196-
runs-on: windows-2019
196+
runs-on: windows-2025
197197
steps:
198198
- name: Delete artifacts
199199
uses: GeekyEggo/delete-artifact@v5

0 commit comments

Comments
 (0)