Skip to content

Commit 7f5a8ae

Browse files
committed
Update ci workflow
1 parent 7fc0bb0 commit 7f5a8ae

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
@@ -172,12 +172,12 @@ jobs:
172172
matrix:
173173
platform:
174174
- {
175-
runner: macos-13,
175+
runner: macos,
176176
target: x86_64,
177177
interpreter: "3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11"
178178
}
179179
- {
180-
runner: macos-14,
180+
runner: macos,
181181
target: aarch64,
182182
interpreter: "3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.11"
183183
}

0 commit comments

Comments
 (0)