Skip to content

Commit 246936b

Browse files
authored
Merge pull request #193 from projectsyn/ci/macos-15
Switch macOS CI to macOS 15 runners
2 parents 01a46e3 + 7e38960 commit 246936b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ jobs:
234234
strategy:
235235
matrix:
236236
platform:
237-
- runner: macos-13
237+
- runner: macos-15-intel
238238
target: x86_64
239-
- runner: macos-14
239+
- runner: macos-15
240240
target: aarch64
241241
steps:
242242
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)