Skip to content

Commit 996a74b

Browse files
committed
Fix CI workflow
1 parent 33c019e commit 996a74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ jobs:
172172
matrix:
173173
platform:
174174
- {
175-
runner: macos,
175+
runner: macos-latest,
176176
target: x86_64,
177177
interpreter: "3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11"
178178
}
179179
- {
180-
runner: macos,
180+
runner: macos-latest,
181181
target: aarch64,
182182
interpreter: "3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11"
183183
}

0 commit comments

Comments
 (0)