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