Skip to content

Commit fa150bb

Browse files
committed
Simplify OSX binary build action - only need to test on one version, don't create artifact.
1 parent b2e322d commit fa150bb

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/tools.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,6 @@ jobs:
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:
@@ -63,12 +44,6 @@ jobs:
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

0 commit comments

Comments
 (0)