Skip to content

Commit 2881e55

Browse files
akihironittaBorda
authored andcommitted
CI: Update Windows version from 2019 to 2022 (#14129)
Update windows (cherry picked from commit dfda3f3)
1 parent 57a2c69 commit 2881e55

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci-app_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04, macOS-11, windows-2019]
20+
os: [ubuntu-20.04, macOS-11, windows-2022]
2121
python-version: [3.8]
2222
requires: ["oldest", "latest"]
2323

.github/workflows/ci-app_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-20.04, macOS-11, windows-2019]
24+
os: [ubuntu-20.04, macOS-11, windows-2022]
2525
python-version: [3.8]
2626
requires: ["oldest", "latest"]
2727

@@ -126,14 +126,14 @@ jobs:
126126
# - name: Clone Quick Start Example Repo
127127
# uses: actions/checkout@v3
128128
# # TODO: this needs to be git submodule
129-
# if: matrix.os == 'windows-2019' # because the install doesn't work on windows
129+
# if: matrix.os == 'windows-2022' # because the install doesn't work on windows
130130
# with:
131131
# repository: Lightning-AI/lightning-quick-start
132132
# ref: 'main'
133133
# path: lightning-quick-start
134134
#
135135
# - name: Lightning Install quick-start
136136
# shell: bash
137-
# if: matrix.os != 'windows-2019' # because the install doesn't work on windows
137+
# if: matrix.os != 'windows-2022' # because the install doesn't work on windows
138138
# run: |
139139
# python -m lightning install app lightning/quick-start -y

.github/workflows/ci-pytorch_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-20.04, windows-2019, macOS-11]
23+
os: [ubuntu-20.04, windows-2022, macOS-11]
2424
python-version: ["3.7", "3.10"] # minimum, maximum
2525
requires: ["oldest", "latest"]
2626
release: ["stable"]

.github/workflows/ci-pytorch_test-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-20.04, windows-2019, macOS-11]
22+
os: [ubuntu-20.04, windows-2022, macOS-11]
2323
# same config as '.azure-pipelines/gpu-tests.yml'
2424
python-version: ["3.7"]
2525
pytorch-version: ["1.11"]

.github/workflows/ci_pkg-install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: true
3434
max-parallel: 1
3535
matrix:
36-
os: [ubuntu-20.04, macOS-11, windows-2019]
36+
os: [ubuntu-20.04, macOS-11, windows-2022]
3737
pkg: ["app", "pytorch"]
3838
python-version: [3.8] # , 3.9
3939

@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
# max-parallel: 1
6969
matrix:
70-
os: [ubuntu-20.04, macOS-11, windows-2019]
70+
os: [ubuntu-20.04, macOS-11, windows-2022]
7171
pkg: ["", "lightning"]
7272
python-version: [3.8] # , 3.9
7373

@@ -100,7 +100,7 @@ jobs:
100100
fail-fast: false
101101
# max-parallel: 1
102102
matrix:
103-
os: [ubuntu-20.04, macOS-11, windows-2019]
103+
os: [ubuntu-20.04, macOS-11, windows-2022]
104104
python-version: [3.8] # , 3.9
105105

106106
steps:

0 commit comments

Comments
 (0)