File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -69,30 +69,30 @@ jobs:
69
69
path : |
70
70
chat
71
71
72
- macos-arm64 :
73
- runs-on : macos-arm64
72
+ # macos-arm64:
73
+ # runs-on: macos-arm64
74
74
75
- steps :
76
- - name : Clone
77
- id : checkout
78
- uses : actions/checkout@v1
75
+ # steps:
76
+ # - name: Clone
77
+ # id: checkout
78
+ # uses: actions/checkout@v1
79
79
80
- - name : Dependencies
81
- id : depends
82
- run : |
83
- brew update
80
+ # - name: Dependencies
81
+ # id: depends
82
+ # run: |
83
+ # brew update
84
84
85
- - name : Build
86
- id : make_build
87
- run : |
88
- make
85
+ # - name: Build
86
+ # id: make_build
87
+ # run: |
88
+ # make
89
89
90
- - name : Archive production artifacts
91
- uses : actions/upload-artifact@v3
92
- with :
93
- name : macos
94
- path : |
95
- chat
90
+ # - name: Archive production artifacts
91
+ # uses: actions/upload-artifact@v3
92
+ # with:
93
+ # name: macos
94
+ # path: |
95
+ # chat
96
96
97
97
windows-latest :
98
98
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments