Skip to content

Commit 952c500

Browse files
committed
upd macos version
1 parent babfd4c commit 952c500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [macOS-14, ubuntu-22.04, windows-2022]
41+
os: [macOS-15, ubuntu-22.04, windows-2022]
4242
config:
4343
# only run PyTorch latest
4444
- { 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
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [macOS-14, ubuntu-22.04, windows-2022]
45+
os: [macOS-15, ubuntu-22.04, windows-2022]
4646
config:
4747
# only run PyTorch latest
4848
- { pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }

0 commit comments

Comments
 (0)