Skip to content

Commit 9c5ee39

Browse files
committed
ci: switch to macos-15-intel for older python versions
1 parent 73968e5 commit 9c5ee39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
1414
include:
1515
- python-version: '3.7'
16-
os: 'macos-13'
16+
os: 'macos-15-intel'
1717
- python-version: '3.8'
18-
os: 'macos-13'
18+
os: 'macos-15-intel'
1919
- python-version: '3.9'
20-
os: 'macos-13'
20+
os: 'macos-15-intel'
2121
- python-version: '3.10'
2222
os: 'macos-latest'
2323
- python-version: '3.11'

0 commit comments

Comments
 (0)