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 643b380 commit 7084c80
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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: [ ubuntu-latest, macos-latest, windows-latest, flyci-macos-14-m2]
os: [ ubuntu-latest, macos-latest, windows-latest, flyci-macos-large-latest-m2]

steps:
- uses: awvwgk/setup-fortran@main
Expand All @@ -21,18 +21,20 @@ jobs:
env:
FC: ${{ steps.setup-fortran.outputs.fc }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Build wheels
uses: pypa/[email protected]
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.1
env:
# Disable building for PyPy and 32bit.
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
CIBW_BUILD_VERBOSITY: 1

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

0 comments on commit 7084c80

Please sign in to comment.