From 14fd76d5a270e1fb057832a29249e6b35258c06c Mon Sep 17 00:00:00 2001 From: weilu Date: Sun, 24 Nov 2024 13:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flutter-drive.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 7a26019b..4563f944 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -17,7 +17,7 @@ jobs: # A set of different configurations of the virtual environment. matrix: device: - - "iPhone 14 Pro Max" + - "iPhone 15 Pro Max" # When set to true, GitHub cancels all in-progress jobs if any matrix job # fails. fail-fast: false @@ -66,7 +66,7 @@ jobs: strategy: # set of different configurations of the virtual environment. matrix: - api-level: [33] + api-level: [34] target: [google_apis] steps: - uses: actions/checkout@v3 @@ -79,7 +79,7 @@ jobs: with: flutter-version: '3.24.0' channel: 'stable' # or: 'dev' or 'beta' - architecture: x64 + architecture: arm64-v8a - name: "Run Flutter Driver tests" # GitHub Action for installing, configuring and running Android Emulators (work only Mac OS) # https://github.com/marketplace/actions/android-emulator-runner