We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9214eea commit e1d0fb5Copy full SHA for e1d0fb5
1 file changed
.github/workflows/pack-nsis.yml
@@ -228,7 +228,7 @@ jobs:
228
./build/windows-msvc-release/packages/khiops-core-${{ env.KHIOPS_VERSION }}.zip
229
test-khiops:
230
needs: build
231
- runs-on: windows-2022
+ runs-on: windows-2025
232
steps:
233
- name: Download NSIS installer artifact
234
uses: actions/download-artifact@v8
@@ -267,7 +267,7 @@ jobs:
267
binary-path: ${{ env.BIN_DIR }}
268
test-kni:
269
270
271
272
- name: Checkout sources
273
uses: actions/checkout@v6
0 commit comments