Skip to content

Commit 37642a5

Browse files
committed
Drop the windows-2019 runner at is has been phased out
See actions/runner-images#12045. Replace it with the windows-2022 runner, and the windows-2022 runner with the windows-2025 runner.
1 parent 6ed65e2 commit 37642a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- {os: ubuntu-24.04, json-image: '{"image": null}'}
7979
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:8"}'}
8080
- {os: ubuntu-22.04, json-image: '{"image": "rockylinux:9"}'}
81-
- {os: windows-2019, json-image: '{"image": null}'}
8281
- {os: windows-2022, json-image: '{"image": null}'}
82+
- {os: windows-2025, json-image: '{"image": null}'}
8383
- {os: macos-13, json-image: '{"image": null}'}
8484
- {os: macos-14, json-image: '{"image": null}'}
8585
- {os: macos-15, json-image: '{"image": null}'}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
tests/resources/general_options/general_options/*/*._kh
212212
retention-days: 7
213213
check-khiops-integration-on-windows:
214-
runs-on: windows-2019
214+
runs-on: windows-2022
215215
steps:
216216
- name: Download the Khiops Desktop NSIS Installer
217217
shell: pwsh

0 commit comments

Comments
 (0)