Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 5, 2024
1 parent 92f9c2a commit 875f0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, flyci-macos-large-latest-m2]
os: [ flyci-macos-large-latest-m2, macOS-13, ubuntu-latest, windows-latest]

steps:
- uses: awvwgk/setup-fortran@main
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# Disable building for PyPy and 32bit.
CIBW_BUILD: cp37-*
CIBW_BUILD: cp311-*
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
#CIBW_TEST_REQUIRES: scipy sympy
#CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
Expand Down
Binary file removed camb/cambdll.dll
Binary file not shown.

0 comments on commit 875f0cb

Please sign in to comment.