Skip to content

Commit

Permalink
test [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent 7480ad3 commit 93b3218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-latest, windows-latest ]
os: [ macos-11 ]
# os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-latest, windows-latest ]

steps:
- uses: awvwgk/setup-fortran@main
if: matrix.os == 'windows-latest'
id: setup-fortran
with:
compiler: gcc
Expand All @@ -28,8 +30,6 @@ jobs:
submodules: recursive

- uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.1
Expand Down

0 comments on commit 93b3218

Please sign in to comment.