GHA: main.yml move MacOSX to its own workflow

This commit is contained in:
Darryl L. Miles 2024-10-10 18:04:23 +01:00 committed by Tim Edwards
parent e54111cf6f
commit 90b61caff0
1 changed files with 0 additions and 14 deletions

View File

@ -56,17 +56,3 @@ jobs:
name: magic-wasm-bundle
path: |
${{ github.workspace }}/magic/magic.wasm
# simple_build_mac:
# runs-on: macos-11
# steps:
# - uses: actions/checkout@v4
# - name: Get Dependencies
# run: |
# brew install --cask xquartz
# brew install cairo tcl-tk tcsh
# - name: Build
# run: |
# export PATH="/opt/X11/bin:$PATH"
# ./scripts/configure_mac
# make database/database.h
# make -j$(sysctl -n hw.ncpu)