Skip to content

Commit 900b186

Browse files
author
SeanNaren
committed
Update other images as well
1 parent 9dd5c36 commit 900b186

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_pkg-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# max-parallel: 6
1717
matrix:
1818
# PyTorch 1.5 is failing on Win and bolts requires torchvision>=0.5
19-
os: [ubuntu-20.04, macOS-10.15 , windows-2019] #
19+
os: [ubuntu-20.04, macOS-11.0 , windows-2019] #
2020
python-version: [3.6, 3.9]
2121

2222
steps:
@@ -60,4 +60,4 @@ jobs:
6060
pip install dist/*.whl
6161
cd ..
6262
python -c "import pytorch_lightning as pl ; print(pl.__version__)"
63-
pip uninstall -y pytorch-lightning
63+
pip uninstall -y pytorch-lightning

.github/workflows/ci_test-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
# max-parallel: 6
1717
matrix:
18-
os: [ubuntu-20.04, windows-2019, macOS-10.15]
18+
os: [ubuntu-20.04, windows-2019, macOS-11.0]
1919
python-version: [3.8]
2020

2121
# Timeout: https://stackoverflow.com/a/59076067/4521646

0 commit comments

Comments
 (0)