Skip to content

Commit 5f407ad

Browse files
authored
ci: use macos-15 (#873)
1 parent 54380b3 commit 5f407ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: linux
5555
image: ubuntu-24.04
5656
- name: macos
57-
image: macos-14
57+
image: macos-15
5858
- name: windows
5959
image: windows-2022
6060
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev', 'pypy3.10']

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
path: dist
110110

111111
macos:
112-
runs-on: macos-14
112+
runs-on: macos-15
113113
needs: [set-version]
114114
strategy:
115115
matrix:

0 commit comments

Comments
 (0)