Skip to content

Commit

Permalink
only macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Jan 12, 2025
1 parent 050d2f4 commit 3e80a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Deploy
on:
push:
branches:
- deploy
- main
- DEPRECATED


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
os: [macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3e80a79

Please sign in to comment.