(CI) explicitly specify arm64 for runner

This commit is contained in:
Nick Fisher
2025-05-23 17:48:55 +08:00
parent 0decb6b9f1
commit 60cfe32672

View File

@@ -44,6 +44,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: master
architecture: ARM64
- run: cd quickstart && flutter pub get && flutter build macos && flutter build web
- run: cd picking && flutter pub get && flutter build macos && flutter build web
- name: Upload logs