Skip to content

Commit

Permalink
Remove macos build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dithmer committed Mar 28, 2023
1 parent 2ec5c50 commit b0576f6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,13 @@ jobs:
with:
name: gui-binary
path: bin/snes2c64-gui-windows-amd64.exe
build_gui_mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Get dependencies
run: go get github.com/fyne-io/fyne-cross

- name: Install fyne-cross
run: go install github.com/fyne-io/fyne-cross

- name: Build
run: mkdir bin; fyne-cross darwin -output gui ./cmd/gui; mv fyne-cross/bin/darwin-amd64/gui bin/snes2c64-gui-darwin-amd64.dmg

- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: gui-binary
path: bin/snes2c64-gui-darwin-amd64.dmg
release:
runs-on: ubuntu-latest
needs:
[
build_cli,
build_gui_linux,
build_gui_windows,
build_gui_mac
build_gui_windows
]
steps:
- name: Download cli binary
Expand Down

0 comments on commit b0576f6

Please sign in to comment.