Skip to content

Commit 4faab3c

Browse files
committed
GHA: upgrade macOS runner to macos-15
1 parent 4e4626d commit 4faab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: ['ubuntu-latest', 'windows-2022', 'macos-13']
23+
os: ['ubuntu-latest', 'windows-2022', 'macos-15']
2424
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10-v7.3.19', 'pypy3.11-v7.3.20']
2525

2626
name: "Python ${{ matrix.python }} / ${{ matrix.os }}"

0 commit comments

Comments
 (0)