File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - ' 3.11'
2020 - ' 3.12'
2121 - ' 3.13'
22- runs-on : ' ubuntu-22 .04'
22+ runs-on : ' ubuntu-24 .04'
2323 env :
2424 # Enable fuzzing tests, other expensive tests.
2525 ZSTD_SLOW_TESTS : ' 1'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111permissions : { }
1212jobs :
1313 linux :
14- runs-on : ' ubuntu-22 .04'
14+ runs-on : ' ubuntu-24 .04'
1515 env :
1616 # Make all compile warnings fatal.
1717 ZSTD_WARNINGS_AS_ERRORS : ' 1'
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 os :
18- - ' ubuntu-22 .04'
18+ - ' ubuntu-24 .04'
1919 - ' macos-26'
2020 - ' windows-2022'
2121 py :
2525 - ' x86'
2626 - ' x64'
2727 exclude :
28- - os : ' ubuntu-22 .04'
28+ - os : ' ubuntu-24 .04'
2929 arch : ' x86'
3030 - os : ' macos-26'
3131 arch : ' x86'
5858 fail-fast : false
5959 matrix :
6060 os :
61- - ' ubuntu-22 .04'
61+ - ' ubuntu-24 .04'
6262 - ' macos-26'
6363 - ' windows-2022'
6464 py :
6868 - ' x86'
6969 - ' x64'
7070 exclude :
71- - os : ' ubuntu-22 .04'
71+ - os : ' ubuntu-24 .04'
7272 arch : ' x86'
7373 - os : ' macos-26'
7474 arch : ' x86'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111permissions : { }
1212jobs :
1313 sdist :
14- runs-on : ' ubuntu-22 .04'
14+ runs-on : ' ubuntu-24 .04'
1515 steps :
1616 - name : Set up Python
1717 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 os :
18- - ' ubuntu-22 .04'
19- - ' ubuntu-22 .04-arm'
18+ - ' ubuntu-24 .04'
19+ - ' ubuntu-24 .04-arm'
2020 - ' macos-26'
2121 - ' macos-26-intel'
2222 - ' windows-2022'
@@ -34,13 +34,13 @@ jobs:
3434 - ' x86'
3535 - ' x64'
3636 exclude :
37- - os : ' ubuntu-22 .04'
37+ - os : ' ubuntu-24 .04'
3838 arch : ' arm64'
39- - os : ' ubuntu-22 .04'
39+ - os : ' ubuntu-24 .04'
4040 arch : ' x86'
41- - os : ' ubuntu-22 .04-arm'
41+ - os : ' ubuntu-24 .04-arm'
4242 arch : ' x86'
43- - os : ' ubuntu-22 .04-arm'
43+ - os : ' ubuntu-24 .04-arm'
4444 arch : ' x64'
4545 - os : ' macos-26-intel'
4646 arch : ' arm64'
Original file line number Diff line number Diff line change 7171 image : ' musllinux_1_1'
7272 - py : ' cp314t'
7373 image : ' musllinux_1_1'
74- runs-on : ${{ matrix.arch == 'aarch64' && 'ubuntu-22 .04-arm' || 'ubuntu-22 .04' }}
74+ runs-on : ${{ matrix.arch == 'aarch64' && 'ubuntu-24 .04-arm' || 'ubuntu-24 .04' }}
7575 env :
7676 CIBW_ARCHS : ${{ matrix.arch }}
7777 CIBW_BUILD : ${{ matrix.py }}-${{ matrix.abi }}_${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments