Skip to content

Commit 0d40e7c

Browse files
authored
Merge pull request #269 from mattip/ci-update
update ubuntu in CI
2 parents bda39ed + 8d2975f commit 0d40e7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-22.04, windows-2022, macos-latest]
21+
os: [ubuntu-24.04, windows-2022, macos-latest]
2222

2323
steps:
2424
# Note: the action happens inside a docker image
@@ -31,13 +31,13 @@ jobs:
3131
platforms: all
3232

3333
- name: Build wheels
34-
uses: pypa/cibuildwheel@v2.21.1
34+
uses: pypa/cibuildwheel@v2.22.0
3535
env:
3636
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
3737
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
3838
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
3939
CIBW_ARCHS_LINUX: auto aarch64
40-
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux*"
40+
CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686 *musllinux*"
4141
CIBW_BEFORE_BUILD_LINUX: yum install -y libunwind-devel elfutils-libelf-devel libdwarf-devel
4242
CIBW_BEFORE_TEST: pip install -r test_requirements.txt
4343
CIBW_TEST_COMMAND: cd {package} && pytest vmprof jitlog -vv
@@ -52,7 +52,7 @@ jobs:
5252

5353
build_pypy_wheels:
5454
name: Build pypy wheels
55-
runs-on: ubuntu-20.04
55+
runs-on: ubuntu-24.04
5656
strategy:
5757
fail-fast: false
5858

0 commit comments

Comments
 (0)