diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index 9acba580f..8990c9609 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -146,6 +146,11 @@ jobs: os: macos-latest, extra-build-args: "", } + - { + target: aarch64-apple-darwin, + os: macos-latest, + extra-build-args: "", + } steps: - name: Checkout source code uses: actions/checkout@v3