Skip to content

Enable running app on AGL QEMU #68

Enable running app on AGL QEMU

Enable running app on AGL QEMU #68

Workflow file for this run

name: macos-workspace-automation
on:
pull_request:
types: [ opened, synchronize, reopened, closed ]
release:
types: [ published, created, edited ]
workflow_dispatch:
schedule:
# daily
- cron: '0 0 * * *'
jobs:
workspace-automation:
env:
NONINTERACTIVE: 1
HOMEBREW_NO_AUTO_UPDATE: 1
strategy:
matrix:
os: [ macos-13, macos-14, macos-15 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Brew fixup
run: |
brew upgrade |true
brew cleanup |true
brew doctor |true
ruby -v
- name: Create workspace
run: |
./flutter_workspace.py
- name: Test workspace
run: |
source ./setup_env.sh
flutter doctor -v
dart --version