Skip to content

Commit 8e5a901

Browse files
committed
ensure macos version within .github/workflows/pr.yaml have up to date versions
1 parent ef7c342 commit 8e5a901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-24.04, macos-14, windows-2025]
18+
os: [ubuntu-24.04, macos-15, windows-2025]
1919
python-version: ["3.12", "3.13", "3.14"]
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)