Skip to content

Commit ba72d39

Browse files
committed
Add macOS-13 to CI matrix for PyTorch testing
1 parent b29bc5b commit ba72d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
matrix:
4545
include:
4646
# only run PyTorch latest
47+
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4748
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4849
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4950
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }

0 commit comments

Comments
 (0)