Skip to content

Commit 088f0d6

Browse files
committed
update macos CI runners
1 parent d92decf commit 088f0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
strategy:
121121
matrix:
122122
platform:
123-
- runner: macos-13
124-
target: x86_64
125123
- runner: macos-14
126124
target: aarch64
125+
- runner: macos-15
126+
target: x86_64
127127
steps:
128128
- uses: actions/checkout@v4
129129
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)