disable macos for now

This commit is contained in:
2026-01-18 11:43:32 -05:00
parent 1adfe779cd
commit e883be67a2

View File

@@ -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