Run flutter_gallery ios tests on arm64 device (#89618)

diff --git a/.ci.yaml b/.ci.yaml
index 9ec18c2..b80197a 100755
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -3162,7 +3162,7 @@
       task_name: flutter_gallery__transition_perf_e2e_ios32
     scheduler: luci
 
-  - name: Mac_ios32 native_ui_tests_ios32
+  - name: Mac_ios32 native_ui_tests_ios
     recipe: devicelab/devicelab_drone
     bringup: true
     presubmit: false
@@ -3170,7 +3170,18 @@
     properties:
       tags: >
         ["devicelab","ios32","mac"]
-      task_name: native_ui_tests_ios32
+      task_name: native_ui_tests_ios
+    scheduler: luci
+
+  - name: Mac_ios native_ui_tests_ios
+    recipe: devicelab/devicelab_drone
+    bringup: true
+    presubmit: false
+    timeout: 60
+    properties:
+      tags: >
+        ["devicelab","ios","mac"]
+      task_name: native_ui_tests_ios
     scheduler: luci
 
   - name: Windows build_aar_module_test
diff --git a/TESTOWNERS b/TESTOWNERS
index 328322b..546af6f 100644
--- a/TESTOWNERS
+++ b/TESTOWNERS
@@ -160,7 +160,6 @@
 
 ## Mac iOS32 DeviceLab tests
 /dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios32.dart @zanderso @flutter/engine
-/dev/devicelab/bin/tasks/native_ui_tests_ios32.dart @zanderso @flutter/engine
 
 ## Host only DeviceLab tests
 /dev/devicelab/bin/tasks/build_aar_module_test.dart @zanderso @flutter/tool
@@ -173,6 +172,7 @@
 /dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart @zanderso @flutter/tool
 /dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart @zanderso @flutter/tool
 /dev/devicelab/bin/tasks/module_test.dart @zanderso @flutter/tool
+/dev/devicelab/bin/tasks/native_ui_tests_ios.dart @jmagman @flutter/engine
 /dev/devicelab/bin/tasks/plugin_test.dart @stuartmorgan @flutter/plugin
 /dev/devicelab/bin/tasks/technical_debt__cost.dart @HansMuller @flutter/framework
 /dev/devicelab/bin/tasks/web_benchmarks_canvaskit.dart @yjbanov @flutter/web
diff --git a/dev/devicelab/bin/tasks/native_ui_tests_ios32.dart b/dev/devicelab/bin/tasks/native_ui_tests_ios.dart
similarity index 100%
rename from dev/devicelab/bin/tasks/native_ui_tests_ios32.dart
rename to dev/devicelab/bin/tasks/native_ui_tests_ios.dart