We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72d39 commit a9454a9Copy full SHA for a9454a9
.github/workflows/ci-tests-fabric.yml
@@ -40,6 +40,7 @@ jobs:
40
matrix:
41
include:
42
# only run PyTorch latest
43
+ - { os: "macOS-13", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
44
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
45
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
46
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
0 commit comments