We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eb056 commit f52bbf0Copy full SHA for f52bbf0
.github/workflows/wf-build-release-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
test:
39
needs: build
40
- runs-on: windows-2019
+ runs-on: windows-2025
41
steps:
42
- name: Download artifacts
43
uses: actions/download-artifact@v4
@@ -139,7 +139,7 @@ jobs:
139
140
pack-push-ci:
141
needs: test
142
143
env:
144
GH_PKG_SEC: ${{ secrets.GITHUB_TOKEN }}
145
@@ -193,7 +193,7 @@ jobs:
193
clean:
194
needs: [build, test, pack-push-ci]
195
if: always()
196
197
198
- name: Delete artifacts
199
uses: GeekyEggo/delete-artifact@v5
0 commit comments