Skip to content

Commit 301ac2d

Browse files
committed
macos binary support
1 parent 0055dd9 commit 301ac2d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- goos: windows
4747
goarch: amd64
4848
runner: windows-latest
49+
- goos: darwin
50+
goarch: amd64
51+
runner: macos-26-intel
4952

5053
steps:
5154
- name: Checkout Code
@@ -117,6 +120,7 @@ jobs:
117120
-o "build_output/mxgui-${GOOS}-${GOARCH}${EXT}" ./cmd/mxgui
118121
119122
- name: Compress Binaries with UPX
123+
if: matrix.goos != 'darwin'
120124
shell: bash
121125
run: |
122126
set -euo pipefail

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A high-performance FIX (Financial Information eXchange) workstation suite for de
1010

1111
<p align="center">
1212
<img src="https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go" alt="Go Version">
13-
<img src="https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20-lightgrey?style=flat-square" alt="Platforms">
13+
<img src="https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey?style=flat-square" alt="Platforms">
1414
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License">
1515
</p>
1616

@@ -320,7 +320,6 @@ pkg/pretty Console formatting utilities
320320
321321
## Roadmap
322322
323-
* [ ] macOS Support
324323
* [ ] Script debugger with LSP-like support
325324
* [ ] Replay recorded FIX sessions
326325
* [ ] Multiple simultaneous sessions

0 commit comments

Comments
 (0)