From e883be67a2506f1989fe46bd8a290b8ae91fc6b5 Mon Sep 17 00:00:00 2001 From: David Senk Date: Sun, 18 Jan 2026 11:43:32 -0500 Subject: [PATCH] disable macos for now --- .github/workflows/macos-ios.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos-ios.yaml b/.github/workflows/macos-ios.yaml index 9bfe344..14e93a5 100644 --- a/.github/workflows/macos-ios.yaml +++ b/.github/workflows/macos-ios.yaml @@ -28,19 +28,19 @@ jobs: - name: Install dependencies run: flutter pub get - - name: Build for MacOS - run: flutter build macos + #- name: Build for MacOS + # run: flutter build macos - name: Build for iOS run: flutter build ios --release --no-codesign - - name: Gather macos artifacts - uses: actions/upload-artifact@v4 - with: - name: flutter-macos-build-latest - path: build/macos/Build/Products - if-no-files-found: error + #- name: Gather macos artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: flutter-macos-build-latest + # path: build/macos/Build/Products + # if-no-files-found: error - name: Gather ios artifacts uses: actions/upload-artifact@v4