Skip to content

Commit 7c6c2be

Browse files
committed
ci: Make platform list easier to change
Adding or removing a version should be one line change now. Signed-off-by: Nir Soffer <[email protected]>
1 parent 38446bc commit 7c6c2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
# macos-13-large is used as macos-13 seems too flaky.
2020
# macos-14 (ARM) and later cannot be used for the most part of the job
2121
# 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]
22+
platform:
23+
- macos-13-large
24+
- macos-14-large
2525
runs-on: ${{ matrix.platform }}
2626
timeout-minutes: 40
2727
steps:

0 commit comments

Comments
 (0)