File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 python -m pip install --config-settings=--global-option=--system-zstd .
3838
3939 macOS :
40- runs-on : ' macos-13 '
40+ runs-on : ' macos-26 '
4141 env :
4242 # Make all compile warnings fatal.
4343 ZSTD_WARNINGS_AS_ERRORS : ' 1'
Original file line number Diff line number Diff line change 1616 matrix :
1717 os :
1818 - ' ubuntu-22.04'
19- - ' macos-13 '
19+ - ' macos-26 '
2020 - ' windows-2022'
2121 py :
2222 - ' pypy-3.10'
2727 exclude :
2828 - os : ' ubuntu-22.04'
2929 arch : ' x86'
30- - os : ' macos-13 '
30+ - os : ' macos-26 '
3131 arch : ' x86'
3232 - os : ' windows-2022'
3333 py : ' pypy-3.11'
5959 matrix :
6060 os :
6161 - ' ubuntu-22.04'
62- - ' macos-13 '
62+ - ' macos-26 '
6363 - ' windows-2022'
6464 py :
6565 - ' pypy-3.10'
7070 exclude :
7171 - os : ' ubuntu-22.04'
7272 arch : ' x86'
73- - os : ' macos-13 '
73+ - os : ' macos-26 '
7474 arch : ' x86'
7575 - os : ' windows-2022'
7676 py : ' pypy-3.11'
Original file line number Diff line number Diff line change 1717 os :
1818 - ' ubuntu-22.04'
1919 - ' ubuntu-22.04-arm'
20- - ' macos-13 '
21- - ' macos-14 '
20+ - ' macos-26 '
21+ - ' macos-26-intel '
2222 - ' windows-2022'
2323 - ' windows-11-arm'
2424 py :
@@ -42,13 +42,13 @@ jobs:
4242 arch : ' x86'
4343 - os : ' ubuntu-22.04-arm'
4444 arch : ' x64'
45- - os : ' macos-13 '
45+ - os : ' macos-26-intel '
4646 arch : ' arm64'
47- - os : ' macos-13 '
47+ - os : ' macos-26-intel '
4848 arch : ' x86'
49- - os : ' macos-14 '
49+ - os : ' macos-26 '
5050 arch : ' x86'
51- - os : ' macos-14 '
51+ - os : ' macos-26 '
5252 arch : ' x64'
5353 - os : ' windows-2022'
5454 arch : ' arm64'
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 arch :
130130 - ' arm64'
131131 - ' x86_64'
132- runs-on : ${{ matrix.arch == 'x86_64' && 'macos-13 ' || 'macos-14 ' }}
132+ runs-on : ${{ matrix.arch == 'x86_64' && 'macos-26-intel ' || 'macos-26 ' }}
133133 env :
134134 CIBW_ARCHES : ${{ matrix.arch }}
135135 CIBW_BUILD : ${{ matrix.py }}-macosx_${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments