Skip to content

Commit

Permalink
watcher-py: intel mac seems busted, so just move on to debugging wind…
Browse files Browse the repository at this point in the history
…ows now
  • Loading branch information
Will committed Jul 14, 2024
1 parent 5a13b69 commit a87de1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/watcher-py-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ ubuntu-latest, macos-14, macos-13 ]
# ... But intel mac is busted.
# https://github.com/e-dant/watcher/actions/runs/9929111640/job/27426247416#step:3:293
os: [ ubuntu-latest, macos-14, windows-latest ]
name: Build wheels on ${{matrix.os}}
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit a87de1a

Please sign in to comment.