diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f0c747f..7e1444f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -81,7 +81,7 @@ jobs: if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.task == 'release') strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] python-version: ["39", "310", "311"] runs-on: ${{ matrix.os }} steps: @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 env: CIBW_BUILD: cp${{ matrix.python-version }}-* CIBW_ARCHS_MACOS: universal2