Skip to content

Commit a41c672

Browse files
authored
ci: use new macos runners for Python (#412)
1 parent fbec782 commit a41c672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 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
125-
- runner: macos-14
123+
- runner: macos-15
126124
target: aarch64
125+
- runner: macos-15-intel
126+
target: x86_64
127127
steps:
128128
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
129129
with:

0 commit comments

Comments
 (0)