From 9f853f84ac39aa43fc8ec0646c37bb01211345fe Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:32:14 +0100 Subject: [PATCH] remove mac builds if someone gets the client to work on mac they'll get the launcher to work too --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1c280c..2c66441 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,12 +31,6 @@ jobs: os: windows-latest - target: i686-pc-windows-msvc os: windows-latest - - target: x86_64-apple-darwin - os: macos-latest - - target: universal-apple-darwin - os: macos-latest - - target: aarch64-apple-darwin - os: macos-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4