From 9344191d01e32c4b75124154161411a97bf12fd1 Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Tue, 24 Mar 2026 09:47:36 -0400 Subject: [PATCH 1/2] bump versions in build yaml [ci build] --- .github/workflows/publish.yml | 7 +++---- .github/workflows/test_build.yml | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6550e39..31ae88f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,8 +16,7 @@ jobs: strategy: matrix: - # macos-13 is an intel runner, macos-14 is apple silicon - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest] name: Build wheels ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -34,7 +33,7 @@ jobs: python -m build --sdist - name: Run cibuildwheel - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v3.3.1 with: config-file: ".github/workflows/cibuildwheel_config.toml" @@ -68,7 +67,7 @@ jobs: id-token: write steps: - name: Download built wheels artifact # downloads from the jobs storage from the previous step - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.2.1 with: # omitting the `name: ` field downloads all artifacts from this workflow path: dist diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index b7a75f0..2e58fd9 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -20,8 +20,7 @@ jobs: strategy: fail-fast: false matrix: - # macos-13 is an intel runner, macos-14 is apple silicon - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest] name: Build wheels ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -38,7 +37,7 @@ jobs: python -m build --sdist - name: Run cibuildwheel - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v3.3.1 with: config-file: ".github/workflows/cibuildwheel_config.toml" From a4c5a2741b798ccdcc6b20404a27e051432d2c2d Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Tue, 24 Mar 2026 10:29:49 -0400 Subject: [PATCH 2/2] update pybind11 --- deps/pybind11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/pybind11 b/deps/pybind11 index 186df22..45fab40 160000 --- a/deps/pybind11 +++ b/deps/pybind11 @@ -1 +1 @@ -Subproject commit 186df220fd06381944ded2f2e65f346d209d648a +Subproject commit 45fab4087eaaff234227a10cf7845e8b07f28a98