File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 sudo make install
3434
3535 macos :
36- runs-on : macos-14
37- if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
38- steps :
39- - uses : actions/checkout@v6
40- - name : Install dependencies
41- run : brew install automake autoconf wxwidgets
42- - run : aclocal
43- - run : automake --add-missing
44- - run : autoconf
45- - run : ./configure
46- - run : make
47- - run : sudo make install
48- - run : make osx-dmg
49- - uses : actions/upload-artifact@v6
50- with :
51- name : artifact-osx-14
52- path : " *.dmg"
53-
54- macos-14 :
5536 runs-on : macos-15
5637 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
5738 steps :
6344 - run : autoconf
6445 - run : ./configure
6546 - run : make
66- - run : sudo make install
67- - run : make osx-dmg
68- - uses : actions/upload-artifact@v6
69- with :
70- name : artifact-osx-15
71- path : " *.dmg"
7247
7348 windows :
7449 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments