Skip to content

Commit 8b2b404

Browse files
authored
build(dev): use macos-15 runners (#109)
Because [Macos-13 runner is about to go away][gh-notice]. [gh-notice]: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
1 parent 01d922d commit 8b2b404

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
@@ -131,9 +131,9 @@ jobs:
131131
strategy:
132132
matrix:
133133
platform:
134-
- runner: macos-13
134+
- runner: macos-15-intel
135135
target: x86_64
136-
- runner: macos-14
136+
- runner: macos-15
137137
target: aarch64
138138
steps:
139139
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)