@@ -212,9 +212,6 @@ jobs:
212212 ios-template :
213213 name : " iOS [template]"
214214 permissions : {}
215- strategy :
216- matrix :
217- template : [all, ios]
218215 runs-on : macos-15
219216 if : ${{ github.event_name != 'schedule' }}
220217 steps :
@@ -233,7 +230,7 @@ jobs:
233230 - name : Initialize test app
234231 uses : ./.github/actions/init-test-app
235232 with :
236- platform : ${{ matrix.template }}
233+ arguments : -p android -p ios
237234 - name : Bundle JavaScript
238235 run : |
239236 yarn build:ios
@@ -310,7 +307,6 @@ jobs:
310307 permissions : {}
311308 strategy :
312309 matrix :
313- template : [all, android]
314310 runner : [ubuntu-24.04, windows-2025]
315311 runs-on : ${{ matrix.runner }}
316312 if : ${{ github.event_name != 'schedule' }}
@@ -326,7 +322,7 @@ jobs:
326322 - name : Initialize test app
327323 uses : ./.github/actions/init-test-app
328324 with :
329- platform : ${{ matrix.template }}
325+ arguments : -p android -p ios
330326 - name : Bundle JavaScript
331327 run : |
332328 yarn build:android
@@ -405,9 +401,6 @@ jobs:
405401 macos-template :
406402 name : " macOS [template]"
407403 permissions : {}
408- strategy :
409- matrix :
410- template : [all, macos]
411404 runs-on : macos-15
412405 if : ${{ github.event_name != 'schedule' }}
413406 steps :
@@ -426,7 +419,7 @@ jobs:
426419 - name : Initialize test app
427420 uses : ./.github/actions/init-test-app
428421 with :
429- platform : ${{ matrix.template }}
422+ arguments : -p macos
430423 - name : Bundle JavaScript
431424 run : |
432425 yarn build:macos
@@ -502,9 +495,6 @@ jobs:
502495 visionos-template :
503496 name : " visionOS [template]"
504497 permissions : {}
505- strategy :
506- matrix :
507- template : [all, visionos]
508498 runs-on : macos-15
509499 if : false # visionOS temporarily disabled until releases are resumed
510500 steps :
@@ -523,7 +513,7 @@ jobs:
523513 - name : Initialize test app
524514 uses : ./.github/actions/init-test-app
525515 with :
526- platform : ${{ matrix.template }}
516+ arguments : -p visionos
527517 - name : Bundle JavaScript
528518 run : |
529519 yarn build:visionos
@@ -636,9 +626,6 @@ jobs:
636626 permissions : {}
637627 runs-on : windows-2025
638628 if : ${{ github.event_name != 'schedule' }}
639- strategy :
640- matrix :
641- template : [all, windows]
642629 steps :
643630 - name : Checkout
644631 uses : actions/checkout@v6
@@ -653,7 +640,7 @@ jobs:
653640 - name : Initialize test app
654641 uses : ./.github/actions/init-test-app
655642 with :
656- platform : ${{ matrix.template }}
643+ arguments : -p windows --version 0.82.1
657644 - name : Bundle JavaScript
658645 run : |
659646 yarn build:windows
@@ -775,7 +762,7 @@ jobs:
775762 runs-on : ubuntu-24.04
776763 steps :
777764 - name : Label
778- uses : actions/labeler@v6.0.1
765+ uses : actions/labeler@v6
779766 with :
780767 repo-token : ${{ secrets.GITHUB_TOKEN }}
781768 sync-labels : true
0 commit comments