Skip to content

Commit e7f37e8

Browse files
authored
PR: Use windows-2022 image on Windows workflows (CI) (#25031)
1 parent 1a1895e commit e7f37e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-subrepos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- os: ubuntu-latest
4343
pkg: spyder-kernels
4444
cache-arch: unix
45-
- os: windows-latest
45+
- os: windows-2022
4646
pkg: spyder-kernels
4747
python-version: '3.12'
4848
cache-arch: win-64

.github/workflows/installers-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fi
9494
if [[ $BUILD_WIN == "true" ]]; then
9595
target_platform=${target_platform:+"$target_platform, "}"'win-64'"
96-
include=${include:+"$include, "}"{'os': 'windows-latest', 'target-platform': 'win-64', 'spyk-arch': 'win-64'}"
96+
include=${include:+"$include, "}"{'os': 'windows-2022', 'target-platform': 'win-64', 'spyk-arch': 'win-64'}"
9797
fi
9898
9999
if [[ $GITHUB_EVENT_NAME == "schedule" ]]; then

.github/workflows/test-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Use this to disable the workflow
5555
# if: false
5656
name: Windows - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
57-
runs-on: windows-latest
57+
runs-on: windows-2022
5858
env:
5959
CI: 'true'
6060
QTCONSOLE_TESTING: 'true'

0 commit comments

Comments
 (0)