Skip to content

Commit

Permalink
Disable mac builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu authored Jan 31, 2024
1 parent a92fcb4 commit 70e0495
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu, windows, macos]
os:
- ubuntu
- windows
# - macos
defaults:
run:
shell: bash
Expand Down Expand Up @@ -60,4 +63,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
*/preprocess_cancellation-*.zip
*/preprocess_cancellation-*.zip

1 comment on commit 70e0495

@Chilson3D
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the disable for MacOs? Do I just download the latest .zip file?

Please sign in to comment.