Skip to content

Commit 35722a5

Browse files
Update to macOS 15 version in build workflow (#607)
1 parent b459408 commit 35722a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-latest]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-latest]
1212
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:

0 commit comments

Comments
 (0)