Skip to content

Commit e90ea5c

Browse files
committed
python: do not build for macOS13, add macos15
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 5d6252b commit e90ea5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ jobs:
141141
strategy:
142142
matrix:
143143
platform:
144-
- runner: macos-13
145-
target: x86_64
146144
- runner: macos-14
147145
target: aarch64
146+
- runner: macos-15
147+
target: aarch64
148148
steps:
149149
- uses: actions/checkout@v4
150150
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)