diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50ae1261..f708d890 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)