Skip to content

Commit

Permalink
watcher-py: try with intel mac again
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jul 14, 2024
1 parent 74cb819 commit 7cf0600
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/watcher-py-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
# But macos-13 doesn't seem to have the minimum dependency
# for meson-python we need.
os: [ ubuntu-latest, macos-14 ]
os: [ ubuntu-latest, macos-14, macos-13 ]
name: Build wheels on ${{matrix.os}}
runs-on: ${{matrix.os}}
steps:
Expand All @@ -29,5 +27,5 @@ jobs:
config-file: pyproject.toml
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{matrix.os}}-${{strategy.job-index}}
name: watcher-py-wheels.built-on-${{matrix.os}}
path: wheelhouse/*.whl

0 comments on commit 7cf0600

Please sign in to comment.