We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab78cb5 + 47a24dc commit fac3207Copy full SHA for fac3207
.github/workflows/lima.yaml
@@ -16,13 +16,8 @@ jobs:
16
strategy:
17
fail-fast: false
18
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.
22
platform:
23
- - macos-13-large
24
- - macos-14-large
25
- - macos-15-large
+ - macos-15-large # Intel
26
runs-on: ${{ matrix.platform }}
27
# Typically takes 8 minutes. If a step get stuck for many mintues it is
28
# unlikely to succeed.
0 commit comments