From 7e769ec4ae5280005988952e1cc816d36f74a721 Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Fri, 23 Aug 2024 10:25:11 +0200 Subject: [PATCH] update cibuildwheel --- .github/workflows/cibuildwheel.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index f1092e1a0..f407e48e9 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -13,7 +13,7 @@ jobs: name: Build source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive @@ -78,10 +78,10 @@ jobs: name: "cp*-win*" env: CIBW_BUILD: "cp*-win*" - - os: macos-11 - name: "*-macos_{x86_64,arm64}" - env: - CIBW_ARCHS_MACOS: x86_64 arm64 + - os: macos-13 + name: "*-macos-13" + - os: macos-14 + name: "*-macos-14" steps: - uses: actions/checkout@v3 @@ -103,10 +103,10 @@ jobs: run: python .github/adjust_version.py --release - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.20.0 env: ${{ matrix.cfg.env }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl