Skip to content

CI: Intel macOS runner now macos-13 as macos-12 is no longer available #16

CI: Intel macOS runner now macos-13 as macos-12 is no longer available

CI: Intel macOS runner now macos-13 as macos-12 is no longer available #16

Workflow file for this run

name: Wheels
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: cypari_${{ matrix.os }}_wheels
path: ./wheelhouse/*.whl