File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1559,12 +1559,12 @@ jobs:
1559
1559
1560
1560
linux_arm64 :
1561
1561
env :
1562
- TOTAL_GROUPS : 1
1562
+ TOTAL_GROUPS : 2
1563
1563
1564
1564
strategy :
1565
1565
fail-fast : false
1566
1566
matrix :
1567
- group-number : [1]
1567
+ group-number : [1, 2 ]
1568
1568
1569
1569
runs-on : ubuntu-24.04-arm
1570
1570
timeout-minutes : 30
@@ -1618,12 +1618,12 @@ jobs:
1618
1618
1619
1619
macos :
1620
1620
env :
1621
- TOTAL_GROUPS : 1
1621
+ TOTAL_GROUPS : 2
1622
1622
1623
1623
strategy :
1624
1624
fail-fast : false
1625
1625
matrix :
1626
- group-number : [1]
1626
+ group-number : [1, 2 ]
1627
1627
1628
1628
runs-on : macos-13
1629
1629
timeout-minutes : 30
@@ -1677,12 +1677,12 @@ jobs:
1677
1677
1678
1678
macos_arm64 :
1679
1679
env :
1680
- TOTAL_GROUPS : 1
1680
+ TOTAL_GROUPS : 2
1681
1681
1682
1682
strategy :
1683
1683
fail-fast : false
1684
1684
matrix :
1685
- group-number : [1]
1685
+ group-number : [1, 2 ]
1686
1686
1687
1687
runs-on : macos-15
1688
1688
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments