Skip to content

Commit e4d33a0

Browse files
committed
chore: update CI workflow to use macOS 15 runners
1 parent 130d7c4 commit e4d33a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
strategy:
116116
matrix:
117117
platform:
118-
- runner: macos-13
118+
- runner: macos-15-intel
119119
target: x86_64
120-
- runner: macos-14
120+
- runner: macos-15
121121
target: aarch64
122122
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
123123
steps:

0 commit comments

Comments
 (0)