Skip to content

Commit bff2b6a

Browse files
committed
oldest
1 parent 8137b65 commit bff2b6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/checkgroup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subprojects:
1919
- "!*.md"
2020
- "!**/*.md"
2121
checks:
22-
- "pl-cpu (macOS-14, lightning, 3.8, 2.0, oldest)"
22+
- "pl-cpu (macOS-13, lightning, 3.8, 2.0, oldest)"
2323
- "pl-cpu (macOS-14, lightning, 3.10, 2.0)"
2424
- "pl-cpu (macOS-14, lightning, 3.10, 2.1)"
2525
- "pl-cpu (macOS-14, lightning, 3.10, 2.2)"
@@ -171,7 +171,7 @@ subprojects:
171171
- "!*.md"
172172
- "!**/*.md"
173173
checks:
174-
- "fabric-cpu (macOS-14, lightning, 3.8, 2.0, oldest)"
174+
- "fabric-cpu (macOS-13, lightning, 3.8, 2.0, oldest)"
175175
- "fabric-cpu (macOS-14, lightning, 3.10, 2.0)"
176176
- "fabric-cpu (macOS-14, lightning, 3.11, 2.1)"
177177
- "fabric-cpu (macOS-14, lightning, 3.11, 2.2)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- { os: "ubuntu-22.04", pkg-name: "fabric", python-version: "3.11", pytorch-version: "2.1" }
6161
- { os: "windows-2022", pkg-name: "fabric", python-version: "3.11", pytorch-version: "2.1" }
6262
# "oldest" versions tests, only on minimum Python
63-
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.8", pytorch-version: "2.0", requires: "oldest" }
63+
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.8", pytorch-version: "2.0", requires: "oldest" }
6464
- {
6565
os: "ubuntu-20.04",
6666
pkg-name: "lightning",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- { os: "ubuntu-22.04", pkg-name: "pytorch", python-version: "3.11", pytorch-version: "2.1" }
6565
- { os: "windows-2022", pkg-name: "pytorch", python-version: "3.11", pytorch-version: "2.1" }
6666
# "oldest" versions tests, only on minimum Python
67-
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.8", pytorch-version: "2.0", requires: "oldest" }
67+
- { os: "macOS-13", pkg-name: "lightning", python-version: "3.8", pytorch-version: "2.0", requires: "oldest" }
6868
- {
6969
os: "ubuntu-20.04",
7070
pkg-name: "lightning",

0 commit comments

Comments
 (0)