summaryrefslogtreecommitdiff
path: root/.github/workflows/wheel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/wheel.yml')
-rw-r--r--.github/workflows/wheel.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index d73898c..770b565 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -8,7 +8,7 @@ jobs:
build_wheels:
strategy:
matrix:
- os: [ubuntu-20.04, windows-2022, macos-10.15]
+ os: [ubuntu-22.04, windows-2022, macos-10.15]
runs-on: ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
make cython
- name: Build
- uses: pypa/cibuildwheel@v2.6.0
+ uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"