From 5b7f05b900d0ec5ddb78e87ce7472e2ea9550234 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Mon, 6 Oct 2025 17:49:53 -0400 Subject: [PATCH] Remove official support for macOS builds in CI --- .github/workflows/builds.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d74e650d4..bcc9ac8fb 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -65,18 +65,18 @@ jobs: target: template_release platform: windows arch: x86_64 - - identifier: macos-debug - os: macos-latest - name: 🍎 macOS (universal) Debug - target: template_debug - platform: macos - arch: universal - - identifier: macos-release - os: macos-latest - name: 🍎 macOS (universal) Release - target: template_release - platform: macos - arch: universal + # - identifier: macos-debug + # os: macos-latest + # name: 🍎 macOS (universal) Debug + # target: template_debug + # platform: macos + # arch: universal + # - identifier: macos-release + # os: macos-latest + # name: 🍎 macOS (universal) Release + # target: template_release + # platform: macos + # arch: universal - identifier: linux-debug os: ubuntu-latest name: 🐧 Linux Debug