File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2525jobs :
2626 macos :
2727 name : Test on macOS
28- runs-on : macos-15
28+ runs-on : macos-latest
2929 steps :
3030 - name : Checkout repository
3131 uses : actions/checkout@v4
4545
4646 ios :
4747 name : Test on iOS
48- runs-on : macos-15
48+ runs-on : macos-latest
4949 steps :
5050 - name : Checkout repository
5151 uses : actions/checkout@v4
6060 id : simulator
6161 uses : futureware-tech/simulator-action@v4
6262 with :
63+ # https://github.com/futureware-tech/simulator-action/wiki/Devices-macos-latest
6364 model : ' iPhone 16 Pro Max'
65+ os : " iOS"
66+ os_version : " ^18.6"
6467 shutdown_after_job : true
6568 wait_for_boot : true
6669
6972 working-directory : " src/serious_python/example/flet_example"
7073 run : |
7174 dart run serious_python:main package app/src --platform iOS --requirements flet
72- flutter drive --device-id ${{ steps.simulator.outputs.udid }} --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart
75+ flutter test integration_test --device-id ${{ steps.simulator.outputs.udid }}
7376
7477 android :
7578 name : Test on Android
@@ -143,7 +146,7 @@ jobs:
143146 flutter test integration_test -d windows
144147
145148 linux :
146- name : Build Flet Client for Linux ${{ matrix.title }}
149+ name : Test on Linux ${{ matrix.title }}
147150 runs-on : ${{ matrix.runner }}
148151 strategy :
149152 fail-fast : false
You can’t perform that action at this time.
0 commit comments