Skip to content

Commit

Permalink
Disable broken mac building
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Aug 9, 2024
1 parent 629fc0f commit 511921d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build Mac
run-name: Build Mac
# on:
# push:
# tags:
# - "**"
on: [push]
on:
push:
tags:
- "**"
# on: [push]
jobs:
Build-Mac:
runs-on: macos-latest
Expand Down
3 changes: 3 additions & 0 deletions helper_scripts/package_mac.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
This doesn't work.
"""
import os


Expand Down

0 comments on commit 511921d

Please sign in to comment.