Skip to content

Commit d62b53a

Browse files
Bordalantiga
authored andcommitted
ci: bump deprecated mac 12 to 13 (#20393)
(cherry picked from commit 3627c5b)
1 parent 8b5f7d6 commit d62b53a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/checkgroup.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects:
3737
- "pl-cpu (macOS-14, pytorch, 3.9, 2.1)"
3838
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 2.1)"
3939
- "pl-cpu (windows-2022, pytorch, 3.9, 2.1)"
40-
- "pl-cpu (macOS-12, pytorch, 3.10, 2.1)"
40+
- "pl-cpu (macOS-13, pytorch, 3.10, 2.1)"
4141
- "pl-cpu (ubuntu-22.04, pytorch, 3.10, 2.1)"
4242
- "pl-cpu (windows-2022, pytorch, 3.10, 2.1)"
4343

@@ -184,7 +184,7 @@ subprojects:
184184
- "fabric-cpu (macOS-14, fabric, 3.9, 2.1)"
185185
- "fabric-cpu (ubuntu-20.04, fabric, 3.9, 2.1)"
186186
- "fabric-cpu (windows-2022, fabric, 3.9, 2.1)"
187-
- "fabric-cpu (macOS-12, fabric, 3.10, 2.1)"
187+
- "fabric-cpu (macOS-13, fabric, 3.10, 2.1)"
188188
- "fabric-cpu (ubuntu-22.04, fabric, 3.10, 2.1)"
189189
- "fabric-cpu (windows-2022, fabric, 3.10, 2.1)"
190190

@@ -258,14 +258,14 @@ subprojects:
258258
- "install-pkg (ubuntu-22.04, lightning, 3.11)"
259259
- "install-pkg (ubuntu-22.04, notset, 3.9)"
260260
- "install-pkg (ubuntu-22.04, notset, 3.11)"
261-
- "install-pkg (macOS-12, fabric, 3.9)"
262-
- "install-pkg (macOS-12, fabric, 3.11)"
263-
- "install-pkg (macOS-12, pytorch, 3.9)"
264-
- "install-pkg (macOS-12, pytorch, 3.11)"
265-
- "install-pkg (macOS-12, lightning, 3.9)"
266-
- "install-pkg (macOS-12, lightning, 3.11)"
267-
- "install-pkg (macOS-12, notset, 3.9)"
268-
- "install-pkg (macOS-12, notset, 3.11)"
261+
- "install-pkg (macOS-13, fabric, 3.9)"
262+
- "install-pkg (macOS-13, fabric, 3.11)"
263+
- "install-pkg (macOS-13, pytorch, 3.9)"
264+
- "install-pkg (macOS-13, pytorch, 3.11)"
265+
- "install-pkg (macOS-13, lightning, 3.9)"
266+
- "install-pkg (macOS-13, lightning, 3.11)"
267+
- "install-pkg (macOS-13, notset, 3.9)"
268+
- "install-pkg (macOS-13, notset, 3.11)"
269269
- "install-pkg (windows-2022, fabric, 3.9)"
270270
- "install-pkg (windows-2022, fabric, 3.11)"
271271
- "install-pkg (windows-2022, pytorch, 3.9)"

.github/workflows/ci-pkg-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: ["ubuntu-22.04", "macOS-12", "windows-2022"]
45+
os: ["ubuntu-22.04", "macOS-13", "windows-2022"]
4646
pkg-name: ["fabric", "pytorch", "lightning", "notset"]
4747
python-version: ["3.9", "3.11"]
4848
steps:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- { os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4" }
5454
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4" }
5555
# only run PyTorch latest with Python latest, use Fabric scope to limit dependency issues
56-
- { os: "macOS-12", pkg-name: "fabric", python-version: "3.10", pytorch-version: "2.1" }
56+
- { os: "macOS-13", pkg-name: "fabric", python-version: "3.10", pytorch-version: "2.1" }
5757
- { os: "ubuntu-22.04", pkg-name: "fabric", python-version: "3.10", pytorch-version: "2.1" }
5858
- { os: "windows-2022", pkg-name: "fabric", python-version: "3.10", pytorch-version: "2.1" }
5959
# "oldest" versions tests, only on minimum Python

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- { os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4" }
5858
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4" }
5959
# only run PyTorch latest with Python latest, use PyTorch scope to limit dependency issues
60-
- { os: "macOS-12", pkg-name: "pytorch", python-version: "3.10", pytorch-version: "2.1" }
60+
- { os: "macOS-13", pkg-name: "pytorch", python-version: "3.10", pytorch-version: "2.1" }
6161
- { os: "ubuntu-22.04", pkg-name: "pytorch", python-version: "3.10", pytorch-version: "2.1" }
6262
- { os: "windows-2022", pkg-name: "pytorch", python-version: "3.10", pytorch-version: "2.1" }
6363
# "oldest" versions tests, only on minimum Python

0 commit comments

Comments
 (0)