Skip to content

Commit f6310f7

Browse files
authored
Apply suggestions from code review
1 parent 9c8345a commit f6310f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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+
# macOS-13 is the latest version without Apple silicon
4344
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4445
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4546
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
# only run PyTorch latest
46+
# macOS-13 is the latest version without Apple silicon
4747
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4848
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
4949
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }

0 commit comments

Comments
 (0)