File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments