containers / gvisor-tap-vsock

A new network stack based on gVisor
Apache License 2.0
269 stars 50 forks source link

ghactions: Run tests on an ubuntu runner #358

Closed cfergeau closed 6 months ago

cfergeau commented 6 months ago

The tests in test/ require a Github Action runner which can start VMs. Historically, only the macos runners had virtualization support, but this is no longer the case: the m1 runners cannot start VMs, and the ubuntu runners can now start VMs. We should switch to these runners.