Skip to content

Commit fac3207

Browse files
authored
Merge pull request #108 from AkihiroSuda/dev
CI: reduce the test matrix
2 parents ab78cb5 + 47a24dc commit fac3207

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)