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.
1 parent 38446bc commit 7c6c2beCopy full SHA for 7c6c2be
.github/workflows/test.yml
@@ -19,9 +19,9 @@ jobs:
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
- #
23
- # TODO: add macos-15-large https://github.com/lima-vm/socket_vmnet/pull/63
24
- platform: [macos-13-large, macos-14-large]
+ platform:
+ - macos-13-large
+ - macos-14-large
25
runs-on: ${{ matrix.platform }}
26
timeout-minutes: 40
27
steps:
0 commit comments