Skip to content

Commit a9454a9

Browse files
committed
Add macOS-13 to CI matrix
1 parent ba72d39 commit a9454a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
matrix:
4141
include:
4242
# only run PyTorch latest
43+
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4344
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4445
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4546
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }

0 commit comments

Comments
 (0)