We (w/@Dentrax) can use os-matrix to build an artifact suitable for macOS, is it possible to build a buildg tool for macOS from a technical standpoint?
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
We (w/@Dentrax) can use os-matrix to build an artifact suitable for macOS, is it possible to build a
buildgtool for macOS from a technical standpoint?jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]