Skip to content

Commit bf247bf

Browse files
committed
Disable mac builds
1 parent a348365 commit bf247bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: 'Build: macOS'
33
on:
44
push:
55
branches:
6-
- 3.x
6+
# - 3.x
77
pull_request:
88
branches:
9-
- 3.x
9+
# - 3.x
1010

11-
schedule:
12-
- cron: '0 4 */1 * *' # At 04:00 on every day-of-month
11+
# schedule:
12+
# - cron: '0 4 */1 * *' # At 04:00 on every day-of-month
1313
workflow_dispatch:
1414
inputs:
1515
build_mode:

0 commit comments

Comments
 (0)