Merge branch 'main' into gha-images-latest

This commit is contained in:
Matthieu Darbois
2024-02-10 09:58:58 +01:00
committed by GitHub
33 changed files with 245 additions and 176 deletions
+3 -2
View File
@@ -16,13 +16,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.3
uses: pypa/cibuildwheel@v2.16.5
- uses: actions/upload-artifact@v4
with: