Skip to content

Commit

Permalink
CI: Update Windows version from 2019 to 2022 (Lightning-AI#14129)
Browse files Browse the repository at this point in the history
Update windows
  • Loading branch information
akihironitta authored and jessecambon committed Aug 16, 2022
1 parent 8cff4f9 commit a88848a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macOS-11, windows-2022]
python-version: [3.8]
requires: ["oldest", "latest"]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macOS-11, windows-2022]
python-version: [3.8]
requires: ["oldest", "latest"]

Expand Down Expand Up @@ -126,14 +126,14 @@ jobs:
# - name: Clone Quick Start Example Repo
# uses: actions/checkout@v3
# # TODO: this needs to be git submodule
# if: matrix.os == 'windows-2019' # because the install doesn't work on windows
# if: matrix.os == 'windows-2022' # because the install doesn't work on windows
# with:
# repository: Lightning-AI/lightning-quick-start
# ref: 'main'
# path: lightning-quick-start
#
# - name: Lightning Install quick-start
# shell: bash
# if: matrix.os != 'windows-2019' # because the install doesn't work on windows
# if: matrix.os != 'windows-2022' # because the install doesn't work on windows
# run: |
# python -m lightning install app lightning/quick-start -y
6 changes: 3 additions & 3 deletions .github/workflows/ci-pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macOS-11, windows-2022]
pkg: ["app", "pytorch"]
python-version: [3.8] # , 3.9

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
# max-parallel: 1
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macOS-11, windows-2022]
pkg: ["", "lightning"]
python-version: [3.8] # , 3.9

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
fail-fast: false
# max-parallel: 1
matrix:
os: [ubuntu-20.04, macOS-11, windows-2019]
os: [ubuntu-20.04, macOS-11, windows-2022]
python-version: [3.8] # , 3.9

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-20.04, windows-2022, macOS-11]
python-version: ["3.7", "3.10"] # minimum, maximum
requires: ["oldest", "latest"]
release: ["stable"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-20.04, windows-2022, macOS-11]
# same config as '.azure-pipelines/gpu-tests.yml'
python-version: ["3.7"]
pytorch-version: ["1.11"]
Expand Down

0 comments on commit a88848a

Please sign in to comment.