Skip to content

Commit

Permalink
Disable mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 23, 2024
1 parent a348365 commit 922a518
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: 'Build: macOS'
on:
push:
branches:
- 3.x
- master
# - 3.x
pull_request:
branches:
- 3.x
- master
# - 3.x

schedule:
- cron: '0 4 */1 * *' # At 04:00 on every day-of-month
# schedule:
# - cron: '0 4 */1 * *' # At 04:00 on every day-of-month
workflow_dispatch:
inputs:
build_mode:
Expand Down

0 comments on commit 922a518

Please sign in to comment.