Skip to content

Commit 47a24dc

Browse files
committed
CI: reduce test matrix
For the sake or reducing test flakes Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent ab78cb5 commit 47a24dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/lima.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
# macos-13-large is used as macos-13 seems too flaky.
20-
# macos-14 (ARM) and later cannot be used for the most part of the job
21-
# due to the lack of the support for nested virt.
2219
platform:
23-
- macos-13-large
24-
- macos-14-large
25-
- macos-15-large
20+
- macos-15-large # Intel
2621
runs-on: ${{ matrix.platform }}
2722
# Typically takes 8 minutes. If a step get stuck for many mintues it is
2823
# unlikely to succeed.

0 commit comments

Comments
 (0)